POST
/
api
/
svc
/
v1
/
jobs
/
terminate
Terminate Job
curl --request POST \
  --url https://{controlPlaneURL}/api/svc/v1/jobs/terminate \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "jobRunStatus": "CREATED"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

deploymentId
string
required

Deployment Id of the Deployment

jobRunName
string
required

Job Run name

Response

Returns object with message and JobRun Status on successful termination of Job

The response is of type object.