スマートエージェントホストでサポートされているエージェントをロールバックする
- ホストマシンでターミナル(Linux)または PowerShell (Windows)を開きます。
- 以下のコマンドを実行します:
オプション 説明 Linux smartagentctl rollback <agent-type> <options>Windows smartagentctl.exe rollback <agent-type> <options>エージェントタイプの詳細については、サポート可能なエージェントタイプ を参照してください。
注: エージェントのインストールにカスタムパスが使用された場合は、ロールバックコマンドに--{OS}_custom_agent_install_path stringパラメータを追加します。ここで、OS は linux または windows です。例:- 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>