FRAMES | NO FRAMES Description | Parameters | Examples | Response
Close Jobs (Operation)
URL http://<jobs-url>/close
Parent Resource Jobs

Description

This operation is supported from 10.1 onwards.

Closes one or more jobs so that work can no longer be done on them.

Parameters

Parameter Details
f Description: The response format. The default response format is html.

Values: html | json
user Required
Description: The username of the client.
jobs Required
Description: A comma-separated list of job IDs.

Example Usage

Example 1: URL for closing job IDs 5, 6, and 9 in the "Workflow" service on sampleserver.

http://sampleserver/arcgis/rest/services/Workflow/WMServer/jobs/close?user=cjones&jobs=5,6,9

JSON Response Syntax

{ "success": true }

JSON Response Example

{ "success": true }