Update Check
checks.updateUpdate a StillOnline check to pause or resume monitoring, rename it, or change the probe interval after deployment or infrastructure changes.
Instructions
Update a StillOnline check. Use this to pause or resume monitoring, rename a check, or change its probe interval after deploy or infrastructure changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional new display name for this check. | |
| enabled | No | Set true to resume monitoring or false to pause this check. | |
| check_id | Yes | StillOnline check ID returned by checks.list or checks.create. | |
| interval_seconds | No | Optional new probe interval in seconds. Availability depends on the account plan. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| check | Yes | StillOnline check object, including identifiers, URL, enabled state, interval, and latest probe status fields returned by the REST API. |