mlflow_experiments_update
Update an MLflow experiment's name, tags, or lifecycle stage using the Databricks REST API.
Instructions
Update an experiment (POST /api/2.0/mlflow/experiments/update).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| experiment_id | Yes | Experiment ID | |
| new_name | No | ||
| tags | No | ||
| lifecycle_stage | No | active | deleted |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |