Node Uninstall #521
Unanswered
jtsonline-git
asked this question in
Q&A
Replies: 1 comment
-
You can remove it by running the installer again with the uninstall flag. The script handles stopping the service, disabling the timers, wiping curl -sSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --uninstall If you'd rather not pipe straight to bash, download first: curl -sSLO https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh
chmod +x install.sh
sudo ./install.sh --uninstall After it finishes, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do you remove Pulse from a Proxmox VE node after installing it with the setup script?
Beta Was this translation helpful? Give feedback.
All reactions