Remove one-line deployment command setting Rasa-X

Hi everyone. I have just tried to remove all setting from one-line deployment command by “curl -s get-rasa-x.rasa.com | sudo bash --uninstall”. But unfortunately, I got an error “bash: --uninstall: invalid option”. Can anyone help me to fix it? I really appreciate about that.

Thanks in advance

Hi @DatDaiGia, can you post the command and the full output? this seems strange, it should work.

I have fixed this by my self. Thank you so much.

Awesome, mind sharing how you fixed it in case someone else runs into this problem?

@erohmensing Yes ofcourse I realize It use k3s kubernetes service for automatically deploy, so I stop service by command “sudo systemctl stop k3s” and uninstall it by “k3s-uninstall.sh”. I hope it useful for someone.

1 Like