sagemaker_delete_app: Used to stop and delete an app

View source: R/sagemaker_operations.R

sagemaker_delete_appR Documentation

Used to stop and delete an app

Description

Used to stop and delete an app.

See https://www.paws-r-sdk.com/docs/sagemaker_delete_app/ for full documentation.

Usage

sagemaker_delete_app(
  DomainId,
  UserProfileName = NULL,
  AppType,
  AppName,
  SpaceName = NULL
)

Arguments

DomainId

[required] The domain ID.

UserProfileName

The user profile name. If this value is not set, then SpaceName must be set.

AppType

[required] The type of app.

AppName

[required] The name of the app.

SpaceName

The name of the space. If this value is not set, then UserProfileName must be set.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.