jobs

Re-enqueue a completed or failed job

post/api/job/rerun

Request body

$schemastring uri

A URL to the JSON Schema for this object.

job_idinteger required
request_idstring

Example request

{
  "$schema": "https://example.com/RerunJobRequest.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

job_idinteger required
request_idstring required
run_uuidstring
successboolean required

Example response

{
  "$schema": "https://example.com/RerunJobOutputBody.json"
}

Changes

Changed in 1 of the 23 revisions of this API.4

    • added the new optional request property request_id

      new-optional-request-property

    • added the optional property run_uuid to the response with the 200 status

      response-optional-property-added

    • added the required property job_id to the response with the 200 status

      response-required-property-added

    • added the required property request_id to the response with the 200 status

      response-required-property-added