invariance_monitor_update
Partially update an existing monitor by changing only the fields you specify, such as its name, enabled state, or threshold evaluator.
Instructions
Patch an existing monitor (partial update; only included fields change).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| patch | Yes | UpdateMonitorRequest as a JSON object string. All fields optional — include only what you want to change. Fields: name, description, enabled, evaluator (same shape as create), schedule, creates_review, signal_type, scope, target. Example: {"enabled":false,"severity":"critical"} or {"evaluator":{"type":"threshold","field":"metrics.cost_usd","operator":">","value":10}} |