Search code examples
pythonibm-cloudwatsonnaivebayes

How to delete model - IBM Watson


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?


Solution

  • 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