prufa_resume_monitor
Resume a paused monitor to trigger an immediate run, then return to the regular schedule. Use with a monitor ID.
Instructions
Resume a paused monitor. The next scheduled run fires immediately, then it returns to its cadence. 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. |