Skip to content

Delete Mlflow App

sagemaker_delete_mlflow_app R Documentation

Deletes an MLflow App

Description

Deletes an MLflow App.

Usage

sagemaker_delete_mlflow_app(Arn)

Arguments

Arn

[required] The ARN of the MLflow App to delete.

Value

A list with the following syntax:

list(
  Arn = "string"
)

Request syntax

svc$delete_mlflow_app(
  Arn = "string"
)