Skip To Content
ArcGIS Developer
Dashboard

Unregister Machine

Description

The unregister operation unregisters a portal machine from a portal site. The operation can only performed when there are two machines participating in a portal site.

Caution:

Performing this operation will cause the portal to automatically restart. While the portal is restarting, your portal resources will be temporarily unavailable.

Request parameters

ParameterDetails
machineName

The name of the machine to be unregistered.

Example

machineName=portalhost.domain.com
f

The formatting parameter. The default is html.

Values: html | json | pjson

Example usage

Below is a sample request URL for unregister:


POST /webadaptor/portaladmin/machines/unregister HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

machineName=portalhost.domain.com&f=json

JSON Response example

{"status": "success"}