- URL:https://<service-url>/stop(POST only)
- Required Capability:Default administrator role | All authorized privileges
- Version Introduced:10.1
Description
This operation stops all instances of the service on all reachable server machines in the cluster. If a service is stopped, it cannot service any incoming requests.
Request parameters
Parameter | Description |
---|---|
f | The response format. The default response format is html. Values: html | json | pjson |
Example usage
Below is a sample POST request for stop:
POST /webadaptor/admin/services/Maps/SeattleMap.MapServer/stop HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=json
JSON Response example
{"status": "success"}