コンテンツにスキップ

Start maintenance for selected monitors

POST
/api/v1/monitors/bulk/maintenance
object
monitorIds
required

Monitor IDs to start maintenance for

Array<string>
>= 1 items <= 100 items
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
default: true

Maintenance started

object
updated

Number of monitors updated

integer

Validation error

Unauthorized