delete_experiment
Delete an MLflow experiment and all its runs, moving them to a recoverable deleted stage. Removes from UI and queries while preserving data for API recovery.
Instructions
Delete an experiment and all its runs. Moves to the 'deleted' lifecycle stage — not shown in UI or queries, but recoverable via the MLflow API.
Args: experiment_id: The experiment ID to delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| experiment_id | Yes |