Delete App
sagemaker_delete_app | R Documentation |
Used to stop and delete an app¶
Description¶
Used to stop and delete an app.
Usage¶
sagemaker_delete_app(DomainId, UserProfileName, SpaceName, AppType,
AppName)
Arguments¶
DomainId |
[required] The domain ID. |
UserProfileName |
The user profile name. If this value is not set, then
|
SpaceName |
The name of the space. If this value is not set, then
|
AppType |
[required] The type of app. |
AppName |
[required] The name of the app. |
Value¶
An empty list.
Request syntax¶
svc$delete_app(
DomainId = "string",
UserProfileName = "string",
SpaceName = "string",
AppType = "JupyterServer"|"KernelGateway"|"DetailedProfiler"|"TensorBoard"|"CodeEditor"|"JupyterLab"|"RStudioServerPro"|"RSessionGateway"|"Canvas",
AppName = "string"
)