Setting the file. One moment.
Subchapter 24.35
references/manage-mlflow/references/app-discovery-workflow.mdMarkdown2 KBView on GitHub
Discovers existing MLflow apps in the user’s account and helps them select one.
IMPORTANT: Use only the MLflow App APIs (
ListMlflowApps,DescribeMlflowApp,CreateMlflowApp, etc.). Do NOT use the legacy MLflow Tracking Server APIs (ListMlflowTrackingServers,CreateMlflowTrackingServer,DescribeMlflowTrackingServer, etc.) — those are deprecated for new deployments.
Use aws-mcp to call sagemaker:ListMlflowApps in the current region.
Filter results:
ACTIVE or CREATINGDELETING, FAILED, or DELETEDRank results:
AccountDefaultStatus=Enabled appear first (account-wide default)Present to user:
aws-mcp sagemaker:DescribeMlflowApp until ACTIVE) or pick another app.