Skip to main content
PUT
Update
🔑 Requires the status_pages.publish_updates scope.

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Path Parameters

status_page_maintenance_id
string
required

ID of the status page maintenance window

Example:

"01FCNDV6P870EA6S7TK1DSYDG1"

Body

application/json
end_at
string<date-time>
required

The time the maintenance window ends

Example:

"2025-01-28T12:00:00Z"

name
string
required

A title for the maintenance window

Maximum string length: 200
Example:

"Routine infrastructure upgrade"

start_at
string<date-time>
required

The time the maintenance window starts

Example:

"2025-01-28T10:00:00Z"

Response

OK response.

status_page_maintenance
object