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