Skip to main content
PATCH
Update Monitor

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

monitor_id
string<uuid>
required

Body

application/json

Partial update of a monitor's configuration.

name
string | null
metrics
string[] | null
filters
Filters · object | null
sampling_rate
number | null
Required range: 0 <= x <= 1
model
string | null
cadence
string | null
only_if_changed
boolean | null
signal_weights
Signal Weights · object | null

Response

Successful Response

Full evaluation monitor representation.

id
string<uuid>
required
project_id
string<uuid>
required
name
string
required
target_type
string
required
metric_names
string[]
required
filters
Filters · object
required
sampling_rate
number
required
model
string | null
required
cadence
string
required
only_if_changed
boolean
required
status
string
required
last_run_at
string | null
required
last_run_id
string<uuid> | null
required
next_run_at
string | null
required
created_at
string
required
updated_at
string
required