Skip To Content
ArcGIS Developer
Dashboard

Unregister Notebook Runtime

  • 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

ParameterDetails
f

The response format. The default is html.

Values: html | json | pjson

Response Properties

PropertyDetails
status

Indicates success or failure of the operation.

JSON Response Syntax

{"status": "success | failure"}

JSON Response Example

 {"status": "success"}