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',
AppType='JupyterServer'|'KernelGateway'|'TensorBoard'|'RStudioServerPro'|'RSessionGateway',
AppName='string',
SpaceName='string'
)
[REQUIRED]
The domain ID.
SpaceName must be set.[REQUIRED]
The type of app.
[REQUIRED]
The name of the app.
UserProfileName must be set.None
Exceptions
SageMaker.Client.exceptions.ResourceInUseSageMaker.Client.exceptions.ResourceNotFound