Skip to main content

Resume a Job

This operation resumes a suspended job.

More Details

Path Parameters
  • jobId string required
Responses

OK

POST /job/:jobid/action/resume    

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/resume' \
-H 'Authtoken: <API_KEY_VALUE>'