Pause or Resume a Cluster Alert
Pauses or resumes an existing alert. Send action_type: "pause_alert" to stop the alert from firing, or action_type: "resume_alert" to re-enable it. The path takes the alert's alert_trigger_id.
PUT
/api/v1/monitoring/single-service/stop_resume_alert/{alert_trigger_id}/Path parameters
alert_trigger_idPathintegerrequiredThe alert trigger ID.
- required
- must be a valid alert trigger ID
example12345
Query parameters
project_idQueryintegerrequiredIdentifier of the project to scope the request to. Required integer project ID.
- required
- must be a valid integer project ID
example{{project_id}}apikeyQuerystringrequiredAPI key used to authenticate the request.
- required
- non-empty string
example{{api_key}}locationQuerystringrequiredRegion of the cluster.
- required
- must be a valid region name (e.g., Delhi, Chennai)
example{{location}}
Request body
application/json
Pause or resume an existing alert.
The action to perform on the alert.
example
pause_alert- required
- one of: pause_alert, resume_alert
Responses
200Successful response
example
200example
Alert paused successfully