Manually retry the delivery of a single alert webhook event. The event’s
status is set to REPLAYING and a one-shot delivery attempt is scheduled
on a dedicated retry queue. On completion, the event moves to DELIVERED
(2XX response) or FAILED (non-2XX response or timeout).
Manual retries replace the automatic retry loop. If the target event
is still PENDING, retrying it removes it from the normal automatic retry
flow — the manual retry becomes the only remaining attempt. See
Delivery event lifecycle
for the full state machine.
Documentation Index
Fetch the complete documentation index at: https://docs.portalhq.io/llms.txt
Use this file to discover all available pages before exploring further.
Portal API Key (Custodian API Key). Pass as a Bearer token in the Authorization header.
The unique identifier of the alert webhook.
The unique identifier of the alert webhook delivery event.
Manual retry scheduled successfully. No response body.