Roll back Supported Agents on a Smart Agent Host

The following command is used to perform the rollback action for the supported agents that are on the same host as the Smart Agent.
  1. Open the Terminal (Linux) or the PowerShell (Windows) on the host machine.
  2. Run the following command:
    Option Description
    Linux smartagentctl rollback <agent-type> <options>
    Windows smartagentctl.exe rollback <agent-type> <options>

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

    For information about <agent-type>, see Supported Agent Types.

    Note: If the custom path was used for installing the agent, add the --{OS}_custom_agent_install_path string parameter to the rollback command. Here, OS can be Linux or Windows.
    For example:
    Linux
    sudo ./smartagentctl rollback <agent-name> --linux_custom_agent_install_path string <path>
    Windows
    ./smartagentctl.exe rollback <agent-type> --windows_custom_agent_install_path string <path>