kickstart.sh
)The script netdata-installer.sh
generates another script called netdata-uninstaller.sh
.
To uninstall netdata, run:
cd /path/to/netdata.git
./netdata-uninstaller.sh --force
The uninstaller will ask you to confirm all deletions.
kickstart-static64.sh
packageStop netdata with one of the following:
service netdata stop
(non-systemd systems)systemctl stop netdata
(systemd systems)Disable running netdata at startup, with one of the following (based on your distro):
rc-update del netdata
update-rc.d netdata disable
chkconfig netdata off
systemctl disable netdata
Delete the netdata files:
rm -rf /opt/netdata
groupdel netdata
userdel netdata
rm /etc/logrotate.d/netdata
rm /etc/systemd/system/netdata.service
or rm /etc/init.d/netdata
, depending on the distro.