Relaunch a Job

post

/api/v2/jobs/{id}/relaunch/

Make a POST request to this resource to launch a job. If any passwords or variables are required then they should be passed in via POST data. In order to determine what values are required in order to launch a job based on this job template you may make a GET request to this endpoint.

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : JobRelaunch
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Body ()
Root Schema : JobRelaunch
Type: object
Show Source
Back to Top