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"
}Was this page helpful?