Uninstall Guardicore Platform Agent

Uninstall Guardicore Platform Agent for Windows users

Before you begin

Quit ​Akamai​ Guardicore Platform Agent.

How to

  1. Go to Start > Windows Settings and click Apps.
  2. Select Guardicore Platform Agent and click Uninstall.
  3. Follow the instructions in the uninstallation wizard.

Guardicore Platform Agent silent uninstall for Windows users

How to

Do one of the following:

  • If the Allow uninstall with code setting is disabled in the Enterprise Center configuration settings, enter this command:
wmic product where "name = 'Guardicore Platform Agent'" call uninstall /nointeractive
  • If the Allow uninstall with code setting is enabled in the Enterprise Center configuration settings, enter this command:
msiexec /x "GuardicorePlatformAgent-<versionNumber>-windows.msi" CODE="<uninstall_code>" /q

where:

  • <versionNumber> is the version number of ​Guardicore Platform Agent.
  • <uninstall_code> is the Code for Uninstall that’s provided on the agent Configuration page (Client and Connectors > Manage and Download Clients > Configuration) of Enterprise Center.

Uninstall Guardicore Platform Agent for macOS users

Before you begin

Quit ​Akamai​ Guardicore Platform Agent.

How to

  1. Go to Finder > Applications.
  2. Find ​Akamai​ Guardicore Platform Agent on the list of installed applications.
  3. Right-click ​Akamai​ Guardicore Platform Agent.
  4. Click Move to Trash.
  5. Enter your OS username and password to proceed with the uninstall operation.
  6. Click OK.

Guardicore Platform Agent silent uninstall for macOS users

How to

Do one of the following:

  • If the Allow uninstall with code setting is disabled in the Enterprise Center configuration settings, open the macOS Terminal and enter the following command:
sudo /Library/Application\ Support/Guardicore\ Platform\ Agent/macos/scripts/uninstall.sh 
  • If the Allow uninstall with code setting is enabled in the Enterprise Center configuration settings, enter the following command:
sudo /Library/Application\ Support/Guardicore\ Platform\ Agent/macos/scripts/uninstall.sh CODE="<uninstall_code>"

where <uninstall-code> is the Code for Uninstall that’s provided on the Configuration page (Client and Connectors > Manage and Download Clients > Configuration) of Enterprise Center.