POST /jobs/{jobId}/cancel
FROM API REVISION 6.0
This resource is used to cancel/stop the selected Job. This resource may be not available for all the jobs.
The [job resource](http://eclypseapi.distech-controls.com/restApi/jobs/resources/1113/GET "Job documentation") contains a property cancelable
which indicates if you can cancel or not the Job.
No body
Used when you are operating a browser without access to the header parameter. This allows you to choose which encoding you want to use for the response:
All these resources can be used according what the resource allows.
If this parameter is not in the request, the Application/Json will be chosen by default.
There are multiple possible values (according the resource):
The first two are the most often used.
There are multiple possible values according the resource:
If this parameter is not present during the request, and error 415 Unsupported Media Type will be thrown.
The Content-Length entity-header field indicates the size of the entity-body.
This is the id of the job.
When a job is created, this id is usually sent back to the response.