Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To uninstall the Breeze agent from one server:

Table of Contents

Remove 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
rm /etc/systemd/system/breeze-agent.service /etc/systemd/system/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 agent files

Linux

Code Block
rm -fr /opt/breeze-agent

Windows

Delete folder: `C:\Program Files\Breeze`.