update-check
Update an existing uptime monitoring check's settings, including URL, interval, thresholds, and active status, to keep monitoring accurate.
Instructions
Update an existing monitoring check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | New URL to monitor | |
| type | No | Check type | |
| alias | No | Friendly name | |
| token | Yes | Check token | |
| period | No | Check interval in seconds | |
| apdex_t | No | Apdex satisfaction threshold in seconds | |
| enabled | No | Whether the check is active | |
| http_body | No | HTTP request body | |
| http_verb | No | HTTP method | |
| published | No | Whether visible on status page | |
| mute_until | No | Mute alerts until this date (ISO 8601 or "recovery") | |
| string_match | No | String that must appear in the response body | |
| custom_headers | No | Custom HTTP headers as JSON object string | |
| disabled_locations | No | Locations to exclude |