Actions
Create Maintenance Window
Create new maintenance window.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Description | Description. |
| Effective To | Recurrence end. Format UNIX time. Default: equal to to. (Only future allowed. Use 1 for the current timestamp.). |
| From | Initial maintenance window start. Format UNIX time. (Only future allowed. Use 1 for the current timestamp.). |
| Recurrence Type | Type of recurrence. |
| Repeat Every | Repeat every n-th day/week/month. |
| To | Initial maintenance window end. Format UNIX time. (Only future allowed. Use 1 for the current timestamp.). |
| Transaction Maintenance Separated IDs | Identifiers of transaction checks to assign to the maintenance window - Comma separated Integers. |
| Uptime IDs | Identifiers of uptime checks to assign to the maintenance window - Comma separated Integers. |
{
"maintenance": {
"id": 777
}
}
Was this page helpful?