v1

latestOpenAPI 3.0.3Apache 2.02026-07-142201861.5 MB
Crons

Update a Monitor

Update a monitor.

put/api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/

Path parameters

organization_id_or_slugstring required

The ID or slug of the organization the resource belongs to.

monitor_id_or_slugstring required

The ID or slug of the monitor.

Request body

projectstring required

The project ID or slug to associate the monitor to.

namestring required

Name of the monitor. Used for notifications. If not set the slug will be derived from your monitor name.

slugstring

Uniquely identifies your monitor within your organization. Changing this slug will require updates to any instrumented check-in calls.

status'active' | 'disabled'

Status of the monitor. Disabled monitors will not accept events and will not count towards the monitor quota.

  • active
  • disabled
ownerstring nullable

The ID of the team or user that owns the monitor. (eg. user:51 or team:6)

is_mutedboolean

Disable creation of monitor incidents

Response

idstring required
namestring required
slugstring required
statusstring required
isMutedboolean required
isUpsertingboolean required
dateCreatedstring date-time required