HTTP API : Reset status

Hello,

When encountering an error, localhost:5000/status keep showing the latest error of the project even if a training ended successfully or if it can answer to “parse”.

Is there a way to reset this status ?

Hi @SeyoS, can you please provide some more information: What error are you receiving? Which version of rasa are you using?

/status returns information about the currently loaded model. There is no way to “reset” it. If you load a new model the status should change, otherwise it should stay the same.