Skip to main content
POST
Enable monitor

Authorizations

x-api-key
string
header
required

API key for authentication.

Path Parameters

monitor_id
string<uuid>
required

Monitor identifier.

Body

application/json

Optional request body for enabling a monitor.

backfill
boolean
default:true

If true, fills the data gap between the last job's end_date and the first scheduled run after enabling. The last job's end_date must be within the last 7 days.

If false, no gap filling occurs and the first run uses the current cron window only — the last job's age does not matter.

Response

Monitor enabled successfully

success
boolean
required

True if the operation succeeded; false otherwise.

Example:

true

message
string
required

Human-readable success message.

Example:

"Monitor enabled successfully."

monitor_id
string<uuid>
required

ID of the enabled monitor.