Skip to content

Cancel a maintenance window

POST
/organizations/{org_id}/maintenance-windows/{id}/cancel
curl --request POST \
--url https://api.perstat.io/organizations/example/maintenance-windows/example/cancel \
--header 'Authorization: Bearer <token>'

Cancels a scheduled maintenance window so it no longer takes effect or announces itself; the window record itself is kept. Responds 204 without a body. Use delete to remove the record entirely. Requires project management rights.

org_id
required
string
id
required
string