prufa_pause_monitor
Pause a monitor to stop its scheduled runs while preserving history. Resume later. Safe for retries with optional idempotency key.
Instructions
Pause a monitor — it stops running on its cadence until resumed. History is kept. 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. |