Hi @<1569496075083976704:profile|SweetShells3> , how are you deleting the models?
I use on-prem ClearML Server free tier (v2.2.0)
I can delete models with code ( clearml.InputModel("<>").remove(...)
) and with ClearML UI (I can archive published models and then delete them from archive).
If we talk about datasets, I cant delete published dataset with code ( clearml.Dataset.delete()
) - ClearML SDK doesn't allow me to do so. But in ClearML UI I can archive published datasets and then delete them from archive.