Skip to main content

Retry Failed With Modified Args

POST 

/api/v2/queue-admin/failed-jobs/:id/retry-modified

Push a fresh copy of a failed job with the data payload section overridden. Useful for one-off fixes (e.g., the integration credential changed and you want to retry an existing failed job against the new creds).

The operator can only change the args (data section). The job class is not editable — the request body's data object is shallow-merged into the original job's data payload before dispatching. The new job has a fresh UUID, attempts: 0, and a retry_of pointer back to the failed id.

The original failed entry is left in the index so operators can compare before/after — delete it separately if you don't want to keep it.

Fields:

  • data (required object) — the new data block (merged into the original).

Authentication: Requires Bearer token.

Request

Responses

Successful response