Retry a managed queue failed job
curl --request POST \
--url https://cloud.laravel.com/api/instances/{instance}/failed-jobs/{jobId}/retry \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Instances
Retry a managed queue failed job
Re-queue a failed job so it is processed again.
POST
/
instances
/
{instance}
/
failed-jobs
/
{jobId}
/
retry
Retry a managed queue failed job
curl --request POST \
--url https://cloud.laravel.com/api/instances/{instance}/failed-jobs/{jobId}/retry \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://cloud.laravel.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The Bearer Token generated on the Cloud UI.
Path Parameters
The instance identifier
The identifier of the failed job.
Response
The job is being retried.
Allowed value:
"The job is being retried."Was this page helpful?
⌘I

