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

  1. Stop Smart Agent.
    $ ./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.
    $ ./smartagentctl clean
    CODE