update_monitor
Modify an existing uptime monitor's configuration, including URL, check interval, HTTP method, and status expectations.
Instructions
Update an existing monitor's configuration (name, URL, interval, method, etc.).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Monitor ID | |
| name | No | Display name | |
| url | No | URL to monitor | |
| checkInterval | No | Check interval in seconds | |
| method | No | HTTP method | |
| expectedStatusCode | No | Expected HTTP status code | |
| paused | No | Pause or resume the monitor |