Hello @Calabria Montero, Salvador (SGRE SE D FP&DC WEF)
Thanks for reaching out to us, I can understand you are looking for a way to delete models you don't want by Python SDK v2, however, delete method is not available in v2 at this moment as this document.
There are alternative ways for it -
- Archive the model - Archiving a model hides it from list queries like
az ml model list
by default. You can continue to reference and use an archived model in your workflows. - Delete the deployment only
- Create_or_update a model as you may already be aware.
I have reached out to product team for the best practices, will let you know once I get any response.
Regards,
Yutong