Skip to content

Stop Mlflow Tracking Server

sagemaker_stop_mlflow_tracking_server R Documentation

Programmatically stop an MLflow Tracking Server

Description

Programmatically stop an MLflow Tracking Server.

Usage

sagemaker_stop_mlflow_tracking_server(TrackingServerName)

Arguments

TrackingServerName

[required] The name of the tracking server to stop.

Value

A list with the following syntax:

list(
  TrackingServerArn = "string"
)

Request syntax

svc$stop_mlflow_tracking_server(
  TrackingServerName = "string"
)