Change the state of a job
put/jobs/{jobId}/state
Changes the state of a specified job. The only state currently allowed is 'canceled'.
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | ||
400 | Bad Request | The specified state value is missing or is not valid. See the returned error response for more information. | Schema | |
404 | Not Found | The specified job is not found. | Schema |