Resume a monitor
POST /api/v1/monitors/{id}/resume
POST
/api/v1/monitors/{id}/resume
Resumes a paused monitor so it starts performing checks again.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
integer
Example
42Unique monitor identifier.
Responses
Section titled “ Responses ”Monitor resumed.
object
enabled
required
boolean
Example
trueAuthentication credentials are missing or invalid.
Error response returned when a request fails.
object
error
required
A human-readable error message.
string
Example
monitor not foundExample
{ "error": "unauthorized"}The requested resource was not found.
Error response returned when a request fails.
object
error
required
A human-readable error message.
string
Example
monitor not foundExample
{ "error": "not found"}