- URL:
- https://<root>/<serviceName>/TopographicProductionServer/jobs/cancel
- Methods:
GET
- Required Capability:
- Requires an ArcGIS GIS Server Advanced license and a Production Mapping or Defense Mapping server extension license
- Version Introduced:
- 10.9
Description
The cancel
operation cancels a job submitted through the generate
REST operation. It returns a standard REST success or error message.
Request parameters
Parameter | Details |
---|---|
(Required) | The unique job identifier to add to the query URL, for example, |
(Required) |
Specifies the response format. Values: |
Example usage
Cancel a job using the cancel
REST operation:
Request URL and parameters:
https://machine.domain.com/server/rest/services/Test/TopographicProductionServer/jobs/cancel
f=json
jobId=j12fd478e78d042e88a34f08a4836fb73
JSON Response syntax
The following is the syntax of a response:
{
"success" : <true | false>
}
JSON Response example
The following is an example of a successful response:
{
"success": true
}