...
To uninstall the Breeze agent from one a server:
Table of Contents |
---|
Remove the scheduler configuration files
Linux (SysV)
Code Block |
---|
rm /etc/cron.d/breeze-agent /etc/cron.d/breeze-agent-logrotate |
Linux (systemd)
Code Block |
---|
systemctl stop breeze-agent.timer |
...
Code Block |
---|
systemctl daemon-reload |
Windows
Code Block |
---|
schtasks /delete /tn "Breeze Agent" |
Code Block |
---|
schtasks /delete /tn "Breeze Agent Logrotate" |
Remove the agent files
Linux
Code Block |
---|
rm -fr /opt/breeze-agent |
Windows
Delete folder: `C:\Program Files\Breeze`.
...