Unregister

URL:
https://<notebookserveradmin>/machines/<machine>/unregister
Methods:
POST
Required Capability:
Administrator
Version Introduced:
10.7.1

Description

The unregister operation removes an ArcGIS Notebook Server machine from the site. All notebook sessions running on the unregistered machine will be terminated.

Once a ArcGIS Notebook Server machine has been unregistered, it may be used for a new site or joined with an existing site.

This operation should be used sparingly, for example, in cases where a machine is going to be shut down for extended periods or is undergoing an upgrade.

Request parameters

ParameterDetails

f

The response format. The default response format is html .

Values: html | json | pjson

Response properties

PropertyDetails

success

Indicates whether a machine has successfully been unregistered from the site.

Values: true | false

JSON Response example

Use dark colors for code blocksCopy
1
"success": "true"

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.