delete_run
Delete an MLflow run by moving it to the 'deleted' lifecycle stage. The run is hidden from UI and queries but remains recoverable through the MLflow API.
Instructions
Delete a run. Moves it to the 'deleted' lifecycle stage — not shown in UI or queries, but recoverable via the MLflow API.
Args: run_id: The run ID to delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes |