未使用のリソースを削除する - Amazon SageMaker

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

未使用のリソースを削除する

を実行している追加コストが発生しないように JupyterLab、未使用のリソースを次の順序で削除することをお勧めします。

  1. JupyterLab アプリケーション

  2. スペース

  3. ユーザープロファイル

  4. domains

ドメイン内のリソースを削除するには、次の AWS Command Line Interface (AWS CLI) コマンドを使用します。

Delete a JupyterLab application
aws --region AWS リージョン sagemaker delete-app --domain-id example-domain-id --app-name default --app-type JupyterLab --space-name example-space-name
Delete a space
重要

スペースを削除すると、それに関連付けられている Amazon EBSボリュームが削除されます。スペースを削除する前に、貴重なデータをバックアップすることをお勧めします。

aws --region AWS リージョン sagemaker delete-space --domain-id example-domain-id --space-name example-space-name
Delete a user profile
aws --region AWS リージョン sagemaker delete-user-profile --domain-id example-domain-id --user-profile example-user-profile