Skip to content

Retry a failed job

POST
/api/jobs/{id}/retry

Retry a specific failed job by ID. Searches all queues for the job.

Parameters

Path Parameters

id*

Job ID to retry

Type
string
Required

Responses

Job retried successfully

application/json
JSON
{
  
"success": true,
  
"jobId": "string",
  
"queueName": "string"
}

Samples