Canceling Job
POST /job/{job_id}/cancel
Introduction
Cancels the specified Job of the current User.
Jobs that can be canceled are the ones in the Queued state registered by the current user.
Request Examples
This is an example of canceling Job ID 8192001.
$ curl -i -H "Authorization: Bearer g17e4umvwYoHuhkG7yCSee.." -X POST "https://192.168.1.1:5665/api/v1/job/8192001/cancel"
Parameters
PATH PARAMETERS
| job_id (required) |
integer Job ID. |
Responses
If the Job is successfully canceled, the HTTP status code will be 200 (OK).

