:doc:`SageMaker <../../sagemaker>` / Client / delete_studio_lifecycle_config

******************************
delete_studio_lifecycle_config
******************************



.. py:method:: SageMaker.Client.delete_studio_lifecycle_config(**kwargs)

  

  Deletes the Amazon SageMaker AI 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.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteStudioLifecycleConfig>`_  


  **Request Syntax**
  ::

    response = client.delete_studio_lifecycle_config(
        StudioLifecycleConfigName='string'
    )
    
  :type StudioLifecycleConfigName: string
  :param StudioLifecycleConfigName: **[REQUIRED]** 

    The name of the Amazon SageMaker AI Studio Lifecycle Configuration to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`SageMaker.Client.exceptions.ResourceNotFound`

  
  *   :py:class:`SageMaker.Client.exceptions.ResourceInUse`

  