Skip To Content
ArcGIS Developer
Dashboard

Remove Data Store Machine

Description

This operation removes a standby machine from the Data Store. This operation is not supported on the primary Data Store machine.

Request parameters

ParameterDetails
f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

Below is a sample POST request for remove:


POST /webadaptor/admin/data/items/enterpriseDatabases/myDataStore/machines/dataStoreMachines/remove HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

f=json

JSON Response example

{"status": "success"}