GaiaNet-AI / gaianet-node

Install and run your own AI agent service
https://www.gaianet.ai/
GNU General Public License v3.0
4.83k stars 214 forks source link

Completely remove Gaianet Node from Linux server? #75

Closed theVasilis closed 3 months ago

theVasilis commented 3 months ago

Dear team, I'm looking to completely remove Gaianet Node and all its added packages from my Debian VPS.

I would like to do a clean install without any remnant of the old installation.

Is there a guide or a set of commands to do that?

Thank you very much.

zmunro commented 3 months ago

There is an uninstall.sh file at the base of the repository which should be what you are looking for :)

theVasilis commented 3 months ago

There is an uninstall.sh file at the base of the repository which should be what you are looking for :)

Thank you very much @zmunro

Is that going to also remove Chat Agents and Region files?

Or do I have to do that manually?

alabulei1 commented 3 months ago

Hi @zmunro and @theVasilis

Thanks for your help. @zmunro You're right.

Please use the following command line to clean your environment.

curl -sSfL 'https://github.com/GaiaNet-AI/gaianet-node/releases/latest/download/uninstall.sh' | bash
theVasilis commented 3 months ago

Thank you very much @alabulei1