Create maintenance window
checkly_create_maintenance_windowMODIFIES THE CHECKLY ACCOUNT: schedules a maintenance window that silences alerts for a time range (e.g. during a deploy). Omit repeatUnit for a one-off window. Public API: POST /v1/maintenance-windows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Maintenance window name. | |
| tags | No | Tags of checks/groups to include in the window. | |
| endsAt | Yes | End time, ISO-8601. | |
| startsAt | Yes | Start time, ISO-8601 (e.g. 2026-07-15T22:00:00.000Z). | |
| repeatUnit | No | For a recurring window: DAY, WEEK, or MONTH. Omit for one-off. | |
| description | No | Optional description. | |
| silenceAllAlerts | No | Silence alerts for ALL checks (overrides tag scoping). |