Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sagemaker_delete_notebook_instance

Deletes an Amazon SageMaker notebook instance


Description

Deletes an Amazon 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. Amazon 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 Amazon SageMaker notebook instance to delete.

Value

An empty list.

Request syntax

svc$delete_notebook_instance(
  NotebookInstanceName = "string"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.