v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBDowntimes
Cancel downtimes by scope
Delete all downtimes that match the scope of X. Note: This only interacts with Downtimes created using v1 endpoints. This endpoint has been deprecated and will not be replaced. Please use v2 endpoints to find and cancel downtimes.
post/api/v1/downtime/cancel/by_scope
Request body
Example request
{
"scope": "host:myserver"
}Response
OK
Example response
{
"cancelled_ids": [
123456789,
123456790
]
}