- URL:
- https://<root>/services/<serviceName>.<serviceType>/jobs/purgeQueue
- Methods:
POST
- Required Capability:
- Access allowed only with the default administrator role
- Version Introduced:
- 10.6.1
Description
The purge
operation cancels all asynchronous jobs for the geoprocessing service that currently carry a status of NEW
, SUBMITTED
, or WAITING
.
Request parameters
Parameter | Details |
---|---|
| The response format. The default response format is Values: |
Response properties
Property | Details |
---|---|
| Indicates if the operation was successful or failed. Values: |
Example usage
The following is a sample POST request for the purge
operation:
POST /webadaptor/admin/services/Maps/testMap.MapServer/jobs/purgeQueue HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=pjson
JSON Response example
{"status": "success"}