Skip to main content

Uninstall Breeze Agent 3.x

You can stop Breeze Agent 3.x from running and keep it installed, or remove it from the host completely.

Stop the Agent Without Uninstalling

Remove the scheduled task. The agent stays installed with its configuration, and you can enable it again later.

  • Linux:

    sudo -i
    . /opt/cloudaware/breeze/bin/env.sh
    breeze scheduler disable
  • Windows (elevated Command Prompt):

    call "C:\Program Files\Cloudaware\Breeze\bin\env.cmd"
    breeze scheduler disable

To start the agent again, run breeze scheduler enable.

Uninstall on Linux

Run the uninstall script as root or with sudo:

sudo /opt/cloudaware/breeze/uninstall.sh

The script removes the scheduled task and deletes /opt/cloudaware/breeze, including the configuration file and logs.

Uninstall on Windows

Run the uninstall script from an elevated Command Prompt:

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

The script removes the Cloudaware\Breeze scheduled task and deletes C:\Program Files\Cloudaware\Breeze, including the configuration file and logs.

Remove Breeze Agent 1.x After Migration

Breeze Agent 1.x is installed in a different directory from 3.x, and uninstalling one does not affect the other. To remove Breeze Agent 1.x from a host that now runs 3.x, run the 1.x uninstall script:

  • Linux:

    sudo /opt/breeze-agent/uninstall.sh
  • Windows (elevated Command Prompt):

    "C:\Program Files\Breeze\uninstall.bat"

Cloudaware can also remove Breeze Agent 1.x for you through Breeze Agent 3.x. See Migration From Breeze Agent 1.x to 3.x.