SageMaker / Client / delete_app

delete_app#

SageMaker.Client.delete_app(**kwargs)#

Used to stop and delete an app.

See also: AWS API Documentation

Request Syntax

response = client.delete_app(
    DomainId='string',
    UserProfileName='string',
    SpaceName='string',
    AppType='JupyterServer'|'KernelGateway'|'DetailedProfiler'|'TensorBoard'|'CodeEditor'|'JupyterLab'|'RStudioServerPro'|'RSessionGateway'|'Canvas',
    AppName='string'
)
Parameters:
  • DomainId (string) –

    [REQUIRED]

    The domain ID.

  • UserProfileName (string) – The user profile name. If this value is not set, then SpaceName must be set.

  • SpaceName (string) – The name of the space. If this value is not set, then UserProfileName must be set.

  • AppType (string) –

    [REQUIRED]

    The type of app.

  • AppName (string) –

    [REQUIRED]

    The name of the app.

Returns:

None

Exceptions