I am running rasa using below command in cmd
python -m rasa run -m ./models --endpoints endpoints.yml --port 5005 --log-file ./logs/rasa.log -vv --enable-api
Now i am not able to stop rasa.Ctrl+c is not working.Infact nothing works. I had to close cmd line using cross button.
Any other way to stop rasa from cmd?