Skip To Content
ArcGIS Developer
Dashboard

Stop Service

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

ParameterDescription
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"}