Skip To Content
ArcGIS Developer
Dashboard

Purge Job Queue

Description

This 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

Below is a sample POST request for purgeQueue:


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=json

JSON Response example


{"status": "success"}