Skip To Content
ArcGIS Developer
Dashboard

Stop Machine

Description

This operation stops the application server running on the specific server machine. When a server machine is stopped, it can no longer run GIS services. As a result, the total capacity of the server site is reduced.

Note:
The server will continue to process administrator commands. To completely stop the server, you need to stop the Windows Service or use the stopserver script on Linux.

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/machines/MACHINE.DOMAIN.COM/stop HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

f=json

JSON Response example

{"status": "success"}