Update a maintenance window
Partially updates a maintenance window. Only fields included in the request body are modified; omitted fields are left unchanged. Status-page-only fields live under statusPageVisibility and only take effect when statusPageVisibility.enabled: true.
Documentation Index
Fetch the complete documentation index at: https://checkly-422f444a-api-doc-maintenance-windows-retrieve-a-mai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The Checkly Public API uses API keys to authenticate requests. You can get the API Key here. Your API key is like a password: keep it secure!
Authentication to the API is performed using the Bearer auth method in the Authorization header and using the account ID.
For example, set Authorization header while using cURL: curl -H "Authorization: Bearer [apiKey]" "X-Checkly-Account: [accountId]"
Headers
Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general
Path Parameters
Body
The maintenance window name.
200"Maintenance Window"
The names of the checks and groups maintenance window should apply to.
["production"]The start date of the maintenance window.
"2022-08-24"
The end date of the maintenance window.
"2022-08-25"
The repeat interval of the maintenance window from the first occurance.
x >= 1null
The end date where the maintenance window should stop repeating.
null
Whether to pause all checks in the account (overrides tag scope).
Tags defining which checks have alerts silenced (when silenceAllAlerts is false).
Whether to silence alerts for all checks (overrides silenceAlertsTags scope).
A description of the maintenance window. When the window is visible on status pages, this description is shown there too.
2000Status page visibility and subscriber-facing maintenance settings.
DAY, WEEK, MONTH Response
Successful
The id of the maintenance window.
1
The creation date of the maintenance window.
The last date that the maintenance window was updated.
The names of the checks and groups maintenance window should apply to.
["production"]DAY, WEEK, MONTH