Skip to main content

Kill a Job

Select

SaaS
Customer Managed

This operation kills a job.

More Details

Path Parameters
  • jobId string required
Responses

OK

POST /job/:jobid/action/kill    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
jobId — path required
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Job/:jobId/action/kill' \
-H 'Authtoken: <API_KEY_VALUE>'