Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Update and detach lifecycle configurations

Focus mode
Update and detach lifecycle configurations - Amazon SageMaker AI
Important

As of November 30, 2023, the previous Amazon SageMaker Studio experience is now named Amazon SageMaker Studio Classic. The following section is specific to using the Studio Classic application. For information about using the updated Studio experience, see Amazon SageMaker Studio.

A lifecycle configuration script can't be changed after it's created. To update your script, you must create a new lifecycle configuration script and attach it to the respective domain, user profile, or shared space. For more information about creating and attaching the lifecycle configuration, see Create and associate a lifecycle configuration.

The following topic shows how to detach a lifecycle configuration using the AWS CLI and SageMaker AI console.

Prerequisites

Before detaching a lifecycle configuration, you must complete the following prerequisite.

Detach using the AWS CLI

To detach a lifecycle configuration using the AWS CLI, remove the desired lifecycle configuration from the list of lifecycle configurations attached to the resource and pass the list as part of the respective command:

For example, the following command removes all lifecycle configurations for KernelGateways attached to the domain.

aws sagemaker update-domain --domain-id domain-id \ --region region \ --default-user-settings '{ "KernelGatewayAppSettings": { "LifecycleConfigArns": [] } }'

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.