cURL
curl --request POST \ --url https://{controlPlaneURL}/api/svc/v1/jobs/terminate \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "jobRunStatus": "CREATED" }
Terminate Job for provided deploymentId and jobRunName
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Deployment Id of the Deployment
Job Run name
Returns object with message and JobRun Status on successful termination of Job
Terminate Job Message
Job run status
CREATED
SCHEDULED
RUNNING
FINISHED
FAILED
TERMINATION_REQUESTED
TERMINATING
TERMINATED
UNKNOWN
Was this page helpful?