Update Monitor
Updates frequency, metadata, notification, and/or webhook. Frequency changes recreate the schedule. Returns 409 while status is provisioning.
Authorizations
Bearer authentication header of the form Bearer , where is your auth token.
Path Parameters
^monitor_Body
Response
Monitor updated.
Unique monitor identifier (monitor_…).
"monitor"
Monitoring intent in natural language.
Resolved targets the monitor tracks after planning completes.
Optional URL/domain allow and deny lists applied during planning and execution.
Optional JSON Schema for structured extraction output.
Monitor lifecycle status.
provisioning, active, paused, failed, deleted Present when status is failed.
Latest snapshot summary. Included on GET /v1/monitors/{monitor_id}.
Unix timestamp (seconds).
Unix timestamp (seconds).
Total snapshot count. Included on GET /v1/monitors/{monitor_id} unless include_total_count=false.
Mermaid flowchart of the monitor DAG. Included when include-diagram=true on get.