We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc5e5dd + f679392 commit 53ddf7cCopy full SHA for 53ddf7c
dataikuapi/dss/mlflow.py
@@ -91,7 +91,7 @@ def garbage_collect(self):
91
Permanently deletes the experiments and runs marked as "Deleted"
92
"""
93
self.client._perform_http(
94
- "GET", "/api/2.0/mlflow/extension/garbage-collect",
+ "POST", "/api/2.0/mlflow/extension/garbage-collect",
95
headers={"x-dku-mlflow-project-key": self.project_key}
96
)
97
0 commit comments