v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
Monitors

Delete a monitor

Delete the specified monitor

delete/api/v1/monitor/{monitor_id}

Path parameters

monitor_idinteger required
Example:666486743

The ID of the monitor.

Query parameters

forcestring
Example:false

Delete the monitor even if it's referenced by other resources (for example SLO, composite monitor).

Response

OK

deleted_monitor_idinteger

ID of the deleted monitor.

Example response

{
  "deleted_monitor_id": 666486743
}