Uninstalling theme PAA files
We can uninstall theme PAA files that you no longer want to use. We can uninstall theme PAA files using the Configuration Wizard or using the command line. To uninstall using the Configuration Wizard, learn more about how to Install and uninstall add-ons using the Configuration Wizard. Use the following steps to uninstall using the command line.
The theme PAA file is no longer installed on the server.
- Change the directory to wp_profile_root/ConfigEngine.
- Run the following commands, where YourThemeName is the unique name of your theme:
- Windows
ConfigEngine.bat remove-paa -DappName=YourThemeNamePAA -DforceUninstall=true ConfigEngine.bat uninstall-paa -DappName=YourThemeNamePAA -DforceUninstall=true- Linux
ConfigEngine.sh remove-paa -DappName=YourThemeNamePAA -DforceUninstall=true ConfigEngine.sh uninstall-paa -DappName=YourThemeNamePAA -DforceUninstall=true
Parent topic: Theme PAA files