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