Rasa run actions

I’m using windows 10. How to stop “rasa run actions” ?

I tried Ctrl + C, Ctrl + Z, Ctrl + X but not working.

You should be able to stop in it Powershell with Ctrl + Break.

Thank you. That worked.

Hi, I am having the same problem. I am relatively new so I am not sure what do you mean with “to stop in it Powershell” I am using git bash to run my commands. Also, my keyboard doesn’t have a break/pause key so the first solution was not working for me either :(. it made learning custom actions quite challenging since I can not just make a mistake and re-run the code :frowning: I would definitely appreciate your help. Thank you Laptop: lenovo ideapad L340 Windows 10 pro

Each shell gets a bet of control over how it terminates running processes. In Akhil’s case the key press was Ctrl + Break since they were using Powershell. I don’t use Git Bash particularly much, but it should be Ctrl + C.