checkly_create_maintenance_window
ActiveTool of io.usefulapi/checkly
declared in 1.0.1
MODIFIES 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.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"name",
"startsAt",
"endsAt"
],
"properties": {
"name": {
"type": "string",
"description": "Maintenance window name."
},
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Tags of checks/groups to include in the window."
},
"endsAt": {
"type": "string",
"description": "End time, ISO-8601."
},
"startsAt": {
"type": "string",
"description": "Start time, ISO-8601 (e.g. 2026-07-15T22:00:00.000Z)."
},
"repeatUnit": {
"enum": [
"DAY",
"WEEK",
"MONTH"
],
"type": "string",
"description": "For a recurring window: DAY, WEEK, or MONTH. Omit for one-off."
},
"description": {
"type": "string",
"description": "Optional description."
},
"silenceAllAlerts": {
"type": "boolean",
"description": "Silence alerts for ALL checks (overrides tag scoping)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.usefulapi/checkly
https://github.com/m190/usefulapi-mcp
1/7 registries