Retry Replication Task

Requeue a pending or dead-lettered replication task for immediate retry.
EndpointMethodAdmin Required
/api/v1/buckets/:bucketName/replication/tasks/:taskId/retryPOSTNo

Requeues a task for immediate retry - resets its retry backoff and attempt count to zero (giving it a fresh run of retries even if it was already dead-lettered), and wakes the replication worker so it doesn't wait for the next background tick.

Path Parameters

bucketName
string required
The name of the bucket.
taskId
string required
The task's id (from List Replication Tasks).

Response

Returns the updated task, now back to pending with attempts reset to 0. Shaped identically to a task entry in List Replication Tasks.

Errors

StatusReason
400Missing bucket name or invalid task id
404Bucket not found (or not owned by you), or task not found for this bucket