Retry a write operation

Retry a write operation that failed. Only failed write operations can be retried.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

root_job_idstringRequired
The job ID of the write job retry

Request

This endpoint expects an object.

Response

Successful response
successboolean
Whether the write operation has been queued to be retried.
job_idstring
The new job ID of the write operation that was queued.

Errors