Purge Job Queue

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 purgeQueue operation cancels all asynchronous jobs for the geoprocessing service that currently carry a status of NEW, SUBMITTED, or WAITING.

Request parameters

ParameterDetails

f

The response format. The default response format is html.

Values: html | json | pjson

Response properties

PropertyDetails

status

Indicates if the operation was successful or failed.

Values: success | failed

Example usage

The following is a sample POST request for the purgeQueue operation:

Use dark colors for code blocksCopy
1
2
3
4
5
6
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

Use dark colors for code blocksCopy
1
{"status": "success"}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.