- URL:
- https://<root>/services/<serviceName>.<serviceType>/stop
- Methods:
- POST
- Required Capability:
- Access allowed with any authorized privilege
- Version Introduced:
- 10.1
Description
The stop operation stops all instances of the service on all reachable server machines registered with the site. If a service is stopped, it cannot service any incoming requests.
Request parameters
| Parameter | Description | 
|---|---|
| 
 | The response format. The default response format is  Values:  | 
Example usage
The following is a sample POST request for the stop operation:
POST /<context>/admin/services/Maps/SeattleMap.MapServer/stop HTTP/1.1
Host: organization.example.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=pjsonJSON Response example
{"status": "success"}