- URL: https://<notebookserveradmin>/system/jobs/<jobID>/cancel
- Required Capability: Administrator or Create and Edit ArcGIS Notebooks
- Version Introduced:10.8.1
Description
The cancel operation is performed on an asynchronous Job resource. This operation results in the cancellation of the job. You can provide an argument to the cancel operation as defined in the following parameters table:
Request parameters
Parameter | Details |
---|---|
f | The response format. The default response format is html. Values: html | json | pjson |
JSON Response syntax
{"status": "<status>"}
JSON Response example
{"status": "success"}