- URL:
 - https://<root>/<serviceName>/TopographicProductionServer/jobs/pause
 - Methods:
 GET- Required Capability:
 - Requires an ArcGIS GIS Server Advanced license and a Production Mapping or Defense Mapping server extension license
 - Version Introduced:
 - 11.5
 
Description
The pause operation pauses a job submitted to the server. It returns a standard REST success or error message.
Request parameters
| Parameter | Details | 
|---|---|
 (Required)  | A JSON array of job IDs to pause.  | 
  | A JSON array of job IDs to pause.  | 
 (Required)  | 
 Specifies the response format. Values:   | 
Example usage
Pause a job using the pause REST operation:
Request URL and parameters:
https://organization.example.com/<context>/rest/services/Test/TopographicProductionServer/jobs/pausef=json
jobId=j12fd478e78d042e88a34f08a4836fb73
operationId=e88a34f08a4836fb73j12fd478e78d042JSON 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
}