Is there mlflow REST api to hard delete experiments, runs?

1k Views Asked by At

Mlfow exp delete api does soft delete and when you create experiment with that name, it gives error RESOURCE_ALREADY_EXISTS.

Is there any way to delete experiment permanently through api? https://www.mlflow.org/docs/latest/rest-api.html#delete-experiment

There is similar question here, How Do You "Permanently" Delete An Experiment In Mlflow? where answers are to run delete sql queries directly by connecting to backend DB which i want to avoid.

0

There are 0 best solutions below