- URL:https://<notebookserveradmin>/notebooks/runtimes/<runtimeID>/unregister
- Required Capability:Administrator
- Version Introduced:10.7
Description
This operation unregisters a notebook runtime from the ArcGIS Notebook Server site.
Request Parameters
Parameter | Details |
---|---|
f | The response format. The default is html. Values: html | json | pjson |
Response Properties
Property | Details |
---|---|
status | Indicates success or failure of the operation. |
JSON Response Syntax
{"status": "success | failure"}
JSON Response Example
{"status": "success"}