Can we dynamically load a model to the running NLU server?

Hi,

I would like to know is there a way to dynamically load/update a NLU model to the running NLU server.

Because there is a HTTP API to unload a model from the server DELETE /models

This will unload a model from the server memory

You can /train a model on the server, then it will be loaded into memory