Start maintenance for selected monitors
POST /api/v1/monitors/bulk/maintenance
POST
/api/v1/monitors/bulk/maintenance
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
monitorIds
required
Monitor IDs to start maintenance for
Array<string>
maintenanceUntil
required
ISO 8601 end datetime for maintenance (max 7 days ahead)
string format: date-time
notify
Send notification to configured channels
boolean
autoResolve
When true, maintenance auto-resolves at the scheduled end time. When false, maintenance persists until manually ended.
boolean
Responses
Section titled “ Responses ”Maintenance started
object
updated
Number of monitors updated
integer
Validation error
Unauthorized