prufa_rotate_monitor_webhook
Rotate a monitor's deploy-hook signing secret immediately. The new secret is returned once; update your CI or the old secret stops working. Idempotent with optional key.
Instructions
Rotate a monitor's deploy-hook signing secret. The new secret is returned ONCE in the response — store it now; the old secret dies immediately, so update your CI before the next delivery. 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. |