Skip to content

Reset monitor history

POST
/api/v1/monitors/{id}/reset

Wipes all check results and alert logs for the monitor and resets its state (status=unknown, consecutive_fails=0, last_checked_at=NULL, ssl_expiry_at=NULL). Destructive — confirm before calling.

id
required
integer
Example
42

Unique monitor identifier.

History reset.

object
status
string
Example
reset

Authentication credentials are missing or invalid.

Error response returned when a request fails.

object
error
required

A human-readable error message.

string
Example
monitor not found
Example
{
"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 found
Example
{
"error": "not found"
}