...
To uninstall the Breeze agent from one 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 |
...
Code Block |
---|
schtasks /delete /tn "Breeze Agent Logrotate" |
Remove the agent files
Linux
Code Block |
---|
rm -fr /opt/breeze-agent |
...