Jobs
Terminate Job
Terminate Job for provided deploymentId and jobRunName
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Deployment Id of the Deployment
Job Run name
Response
200
application/json
Returns object with message and JobRun Status on successful termination of Job
Terminate Job Message
Job run status
Available options:
CREATED
, SCHEDULED
, RUNNING
, FINISHED
, FAILED
, TERMINATION_REQUESTED
, TERMINATING
, TERMINATED
, UNKNOWN