Skip to content

Delete Studio Lifecycle Config

sagemaker_delete_studio_lifecycle_config R Documentation

Deletes the Amazon SageMaker Studio Lifecycle Configuration

Description

Deletes the Amazon SageMaker Studio Lifecycle Configuration. In order to delete the Lifecycle Configuration, there must be no running apps using the Lifecycle Configuration. You must also remove the Lifecycle Configuration from UserSettings in all Domains and UserProfiles.

Usage

sagemaker_delete_studio_lifecycle_config(StudioLifecycleConfigName)

Arguments

StudioLifecycleConfigName

[required] The name of the Amazon SageMaker Studio Lifecycle Configuration to delete.

Value

An empty list.

Request syntax

svc$delete_studio_lifecycle_config(
  StudioLifecycleConfigName = "string"
)