Jobs
Pause or resume job
Pause or resume a job.
post/api/v1/project/{projectid}/jobs/{id}/activate
Path parameters
projectidstring required
project id (default is 123)
idinteger required
job id
Request body
Example request
{
"activate": true
}Response
job activated/deactivated successfully
Changes
Changed in 2 of the 2 revisions of this API.4
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
413response-non-success-status-added
- ○
- ○
removed the non-success response with the status
404response-non-success-status-removed
- ○
removed the non-success response with the status
413response-non-success-status-removed
- ○