POST
/
api
/
svc
/
v1
/
jobs
/
terminate
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

200
application/json

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

The response is of type object.