This page includes the commands required to uninstall Smart Agent that is running on the Linux or Windows platforms.

  1. Stop Smart Agent.
    • For Windows:
      ./smartagentctl.exe stop
      CODE
    • For Linux:
      $ ./smartagentctl stop
      CODE

      You require sudo access if Smart Agent is running as a service.

  2. Clean the env variables to purge the Smart Agent data from the machine.
    • For Windows:
      ./smartagentctl.exe clean
      CODE
    • For Linux:
      $ ./smartagentctl clean
      CODE