Remove existing setup of Rasa X

I want to remove the setup of rasax from my machine. Configuration - Ubuntu 20.04 LTS

Installation done through : One-Line Deploy Script

Please tell me the steps to remove this.

can you please try re-running the uninstall script with an added --uninstall?

@Tobias_Wochinger I have installed using “curl -s get-rasa-x.rasa.com | sudo bash”

Do you have any uninstall script that you can share to revert the installation. Or you are telling me that the following command will do the trick “curl -s get-rasa-x.rasa.com | sudo bash --uninstall”

Or you are telling me that the following command will do the trick “curl -s get-rasa-x.rasa.com | sudo bash --uninstall”

Yes, exactly. We will also document this soon

curl -s get-rasa-x.rasa.com | sudo bash --uninstall
1 Like

@Tobias_Wochinger Great! that command did the trick. Thank you. Much Appreciated.

@Tobias_Wochinger Hi, I run your command above “curl -s get-rasa-x.rasa.com | sudo bash --uninstall”, but I got an error “bash: --uninstall: invalid option”. Anyone can help me to fix it? I really appreciate about that.

Interesting. Which OS are you on? And are currently in a bash shell? Can you please try splitting it up?

curl -s get-rasa-x.rasa.com > script.sh
chmod +x script.sh
sudo ./script.sh --uninstall

Thank you for your help. I have fixed by uninstall k3s service.