cURL
curl --request POST \ --url https://qstash.upstash.io/v2/dlq/retry/{dlqId} \ --header 'Authorization: Bearer <token>'
{ "messageId": "<string>", "deduplicated": true }
Retry delivery of a message from the DLQ
QStash authentication token
The DLQ ID of the message you want to retry.
Message retry initiated successfully
Unique identifier for the published message or the old message ID if deduplicated
Whether this message is a duplicate and was not sent to the destination.
Was this page helpful?