Restart Job

Restarts a given Job. The job must have finished (i.e. have status 2 or 3) before it may be restarted. A job can be restarted for two weeks, after that the initial payload is discarded.
Read more about the method here.

Request
query Parameters
id
required
integer <int32>

Job id

Responses
200

Success

400

Bad Request

500

Internal Server Error

post/Job/Restart
Response samples
{
  • "StatusCode": "string",
  • "Description": "string",
  • "JobId": "string",
  • "ValidationSummary": {
    }
}