Uninstalling Veeam Agent
To uninstall Veeam Agent for Mac, use the following command:
sudo </path/application.app>/Contents/MacOS/veeaminstaller uninstall-agent --purge |
where:
</path/application.app> — full path to the application on the computer.
The --purge option is optional. Use this option to delete a local Veeam Agent database together with Veeam Agent for Mac.
For example:
user@wrk001 ~ % sudo /Applications/Veeam/Veeam\ Agent\ for\ Mac.app/Contents/MacOS/veeaminstaller uninstall-agent --purge |