Uninstallation process

This page is for versions 21.10 and above. For versions below 21.10, please contact Support for guidance.

In rare occurrences, you can use System Manager to uninstall Nintex RPA.

The following is the syntax used for this purpose:

Command syntax: nintex-sysmgr-cli <command> <arguments>
Command Arguments Example and Description
--command=uninstall
  1. --h - home directory path
  2. --z - zip bundle path
  3. --s - server type
  4. --wipe - should wipe all data (backups, cache, etc.)
Copy

Regular Uninstall Package

nintex-sysmgr-cli.exe --command="uninstall" --s="allInOne"
Copy
Uninstall Wipe package
nintex-sysmgr-cli.exe --command="uninstall" --wipe --s="allInOne"

To uninstall using the CLI, you have two options:

  • Regular uninstall: This option removes the product assets, but cache files will remain. If you want to reinstall, the product uses the previously stored data.

  • Uninstall with wipe: This option removes all product data.

    Data in remote databases and Seq are not removed automatically. For instance, Aerobase data in the database must be manually deleted.

If the nintex-sysmgr-cli.exe command cannot be executed, please install System Manager (NintexSystemManagerSetup.exe).