prufa_delete_monitor
Delete a monitor to stop all future runs and revoke its deploy hook, while keeping past run history. Idempotent for safe retries.
Instructions
Delete a monitor (stops all future runs and revokes its deploy hook). Past run history is retained. Idempotent. [Pro]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| monitor_id | Yes | ||
| idempotency_key | No | Optional. Replays of the same key within 24h return the original response without re-executing — pass one to make retries safe. Omitted: a fresh key is generated, so each call executes. |