HTTP API: how to restart action server via API

Hello, I have managed to deploy my bot on an existing website. And I had create a function to edit my intent.md in the website. My question is how would I train model and restart the action server via api. Any help would be greatly appreciated

In my opinion, You can’t do this because rasa core server is the same as action server.

You can put action server in docker and control it by starting and deleting the docker container.

1 Like