Uninstall Supported Agents on a Smart Agent Host

The following command is used for uninstalling supported agents on the same host as the Smart Agent:
CODE
smartagentctl uninstall <agent-type> <options>
Note: For the list of required and recommended options, see Configuration Options for Supported Agents
  1. Open the smartagentctl utility from the Smart Agent directory
  2. Run the following command to uninstall the agent:
    • For Linux:
      CODE
      sudo ./smartagentctl uninstall <agent-type> <options>

      Here, options are the configuration options. See Configuration Options for Supported Agents for the required and recommended options.

    • For Windows:
      CODE
      ./smartagentctl.exe uninstall <agent-type> <options>

      Here, options are the configuration options. See Configuration Options for Supported Agents for the required and recommended options.