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
curl --request POST \
--url https://{controlPlaneURL}/api/svc/v1/jobs/terminate \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"jobRunStatus": "CREATED"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Deployment Id of the Deployment
Job Run name
Was this page helpful?