FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
URL |
http://<adminservicecatalog-url>/<serviceName>.FeatureServer/stop |
---|---|
Parent Resource | Service |
The stop operation stops a feature service so it is no longer accessible.
Parameter | Details |
---|---|
f |
Description: The response format. The default
response format is html. Values: html | json | pjson |
Example 1: Stop a service named "WorldService":
http://sampleserver10.arcgisonline.com/arcgis/admin/services/WorldService.FeatureServer/stop{ "serviceName" : "<serviceName>", "status" : "Stopped" }
{ "serviceName" : "WorldService", "status" : "Stopped" }