- URL:
 - https://<root>/<serviceName>/TopographicProductionServer/jobs/resume
 - 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 resume operation resumes a job submitted to the server that has been paused by the pause operation. It returns a standard REST success or error message.
Request parameters
| Parameter | Details | 
|---|---|
 (Required)  | A JSON array of job IDs to resume.  | 
 (Required)  | 
 Specifies the response format. Values:   | 
Example usage
Resume a job that has been paused using the resume REST operation:
Request URL and parameters:
https://organization.example.com/<context>/rest/services/Test/TopographicProductionServer/jobs/resumef=json
jobId=j12fd478e78d042e88a34f08a4836fb73JSON 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
}