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¶
Arguments¶
NotebookInstanceName
[required] The name of the SageMaker notebook instance to delete.
Value¶
An empty list.