Appearance
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
Requiredstring
Responses
Job retried successfully
application/json
JSON "success": true, "jobId": "string", "queueName": "string"
{
}
POST
/api/jobs/{id}/retry