Skip to content

Delete Notebook Instance

sagemaker_delete_notebook_instance R Documentation

Deletes an SageMaker notebook instance

Description

Deletes an SageMaker notebook instance. Before you can delete a notebook instance, you must call the stop_notebook_instance API.

When you delete a notebook instance, you lose all of your data. SageMaker removes the ML compute instance, and deletes the ML storage volume and the network interface associated with the notebook instance.

Usage

sagemaker_delete_notebook_instance(NotebookInstanceName)

Arguments

NotebookInstanceName

[required] The name of the SageMaker notebook instance to delete.

Value

An empty list.

Request syntax

svc$delete_notebook_instance(
  NotebookInstanceName = "string"
)