Skip to main content
POST
Requires version 1.1.0 or later of the Archetype platform.
This endpoint is no longer available as of Archetype Platform v1.1.5. Calling it results in a 501 redirect to the Resume Job endpoint. The Retry Job endpoint will be re-implemented in a future release.

Overview

This endpoint retries a job that is in FAILED or CANCELLED status. The job is re-queued with PENDING status and its retry count is incremented.

Request

string
required
The unique job identifier

Response

string
The job identifier
string
Updated job status (PENDING)
integer
Updated retry count
Only jobs in FAILED or CANCELLED status can be retried. Attempting to retry a job in any other state will return a 409 Conflict error.