Skip to main content

Upgrades & Uninstall

This guide provides OS-specific commands for upgrading/uninstalling Breeze from supported hosts.

Upgrades

  • Linux/macOS: extract newer tarball and run install.sh; timer/cron and config are preserved.
  • Windows: run the newer installer (breeze-agent*.exe) to perform an in‑place upgrade; scheduled task persists.

Uninstall (Linux)

Run the uninstall script:

sudo /opt/cloudaware/breeze/uninstall.sh

Uninstall (macOS)

Run the uninstall script:

sudo /opt/cloudaware/breeze/uninstall.sh

Uninstall (Windows)

Run the uninstall script:

C:\Program Files\Cloudaware\Breeze\uninstall.cmd

Manual cleanup if necessary:

schtasks /delete /tn "Breeze Agent" /f
schtasks /delete /tn "Breeze Agent Logrotate" /f
rd /s /q "C:\\Program Files\\Breeze"