How to delete model - IBM Watson

189 views Asked by At

I'm trying out Watson Studio model for Naive Bayes model.In my app I need to delete old deployment model and add new one. Is it possible to delete such model using the python API?

1

There are 1 answers

3
Chris Snow On BEST ANSWER

If you wish to keep the same deployment endpoint url and credentials when you replace a model, I believe you will need to use the REST API directly (docs):

enter image description here


Update

This is now available in the python library:

enter image description here