Uninstall Cyware Agent
Ensure that a Orchestrate instance that is connected to Cyware Agent is up and running before proceeding with the uninstallation of the Cyware Agent.
App action nodes that use the Cyware Agent you are uninstalling may display the following error after the uninstallation of the Cyware Agent.
Inactive/Uninstalled csollite cannot be updated
Specify the mount point and Orchestrate version, and run the following command to uninstall Cyware Agent:
bash configure.sh MOUNT_DIRECTORY=<mount-point> IMAGE=<image-url> MODE=uninstall
Note
If Cyware Agent is installed in the default directory (
/apps/cyware/cyware_agent
), then you need not specify the MOUNT_DIRECTORY parameter in the uninstall command.Enter the image URL of the Cyware Agent version installed on your machine in the following format:
prod.packages.cyware.com/co/code-engine:co-release-<cyware orchestrate version>
For example, to uninstall the Cyware Agent version associated with the Orchestrate version 3.3.0.0, run the following command:
bash configure.sh MOUNT_DIRECTORY=/apps/cyware/cyware_agent IMAGE=prod.packages.cyware.com/co/code-engine:co-release-3.3.0.0 MODE=uninstall
On successful uninstallation of Cyware Agent, the following message is displayed on the terminal and the associated Cyware Agent is removed from the Orchestrate instance.
Uninstallation Successful