Skip to main content
POST
/
v2
/
dlq
/
retry
/
{dlqId}
Retry a DLQ message
curl --request POST \
  --url https://qstash.upstash.io/v2/dlq/retry/{dlqId} \
  --header 'Authorization: Bearer <token>'
{
  "messageId": "<string>",
  "deduplicated": true
}

Authorizations

Authorization
string
header
required

QStash authentication token

Path Parameters

dlqId
string
required

The DLQ ID of the message you want to retry.

Response

Message retry initiated successfully

messageId
string

Unique identifier for the published message or the old message ID if deduplicated

deduplicated
boolean

Whether this message is a duplicate and was not sent to the destination.