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

sagemaker_stop_notebook_instance

Terminates the ML compute instance


Description

Terminates the ML compute instance. Before terminating the instance, Amazon SageMaker disconnects the ML storage volume from it. Amazon SageMaker preserves the ML storage volume. Amazon SageMaker stops charging you for the ML compute instance when you call stop_notebook_instance.

To access data on the ML storage volume for a notebook instance that has been terminated, call the start_notebook_instance API. start_notebook_instance launches another ML compute instance, configures it, and attaches the preserved ML storage volume so you can continue your work.

Usage

sagemaker_stop_notebook_instance(NotebookInstanceName)

Arguments

NotebookInstanceName

[required] The name of the notebook instance to terminate.

Value

An empty list.

Request syntax

svc$stop_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.