Pause monitor
pause_monitorPause a monitor temporarily for maintenance, preserving its history and configuration, to keep downtime out of uptime reports.
Instructions
Stop checking a monitor without deleting it. History and configuration survive, and resume_monitor puts it back to work. Use this around planned maintenance so the downtime does not land in the uptime figures or fire alerts. A paused monitor reports neither up nor down, so it is easy to forget one is off.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Monitor id to pause, as returned by list_monitors. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Monitor id, used by every other tool. | |
| url | No | ||
| name | No | ||
| type | No | ||
| isActive | No | False while the monitor is paused. | |
| frequency | No | Check interval in minutes. | |
| statusSummary | No | Current state, for example GOOD or ERROR. |