Monitors
Keep the monitor list under control
Update a monitor when its target changes, pause checks during planned work, or remove several monitors from the list at once.
Edit a monitor
- Open the monitor from the monitors table.
- Choose the edit action and update the fields you need.
- Save the monitor. The edit API accepts the name, target, interval, pause state, escalation policy, and alert configuration.
Pause or resume checks
Use the pause action in the table to set isPaused to true. Choose resume when checks should start again. Paused monitors are excluded from the active monitor polling query.
Delete monitors
- Select one or more rows with their checkboxes, then use the bulk action bar.
- Bulk deletion uses
POST /api/monitors/bulk-deletewith anidsarray containing 1 to 50 monitor IDs. - Deletion is soft: the monitor receives a
deletedAttimestamp instead of being removed immediately from the database.
Monitor-count limits
The current catalog limits monitors to 10 on Free, 25 on Starter, and 50 on Pro. Enterprise is unlimited. Region selection is not limited by plan in the monitor API.