Skip to main content
PATCH
Update a monitor schedule or display metadata

Authorizations

Authorization
string
header
required

Permanent personal API key created in the dashboard. Example: curl -H "Authorization: Bearer aty_…" https://your-host/v1/projects

Path Parameters

id
string
required

Resource identifier.

Minimum string length: 1

Body

application/json
query
object
intervalMinutes
enum<integer>
default:1440

How often the monitor runs, in minutes.

Available options:
60,
360,
720,
1440,
4320,
10080
enabled
boolean

Response

Monitor updated.

intervalMinutes
enum<integer>
default:1440
required

How often the monitor runs, in minutes.

Available options:
60,
360,
720,
1440,
4320,
10080
enabled
boolean
required
nextCheckAt
integer | null

Unix time in milliseconds for the next alarm.