SageMaker / Client / delete_notebook_instance
delete_notebook_instance#
- SageMaker.Client.delete_notebook_instance(**kwargs)#
- Deletes an SageMaker notebook instance. Before you can delete a notebook instance, you must call the - StopNotebookInstanceAPI.- Warning- 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. - See also: AWS API Documentation - Request Syntax- response = client.delete_notebook_instance( NotebookInstanceName='string' ) - Parameters:
- NotebookInstanceName (string) – - [REQUIRED] - The name of the SageMaker notebook instance to delete. 
- Returns:
- None