The uninstall_plugin Script
Valid for versions 100 through the latest version
Version:
100
Last modified: July 28, 2022
Overview
The /usr/local/cpanel/scripts/uninstall_plugin
script uninstalls a cPanel plugin. When you run this script, it uses the archive file’s install.json
file to remove the plugin from the dynamicui.conf
file. The cPanel Home interface uses the dynamicui.conf
file to display icons and groups.
To install a script, use the /usr/local/cpanel/scripts/install_plugin
script.
Important:
If the plugin installation file does not contain a install.json
file, the uninstall process will fail.
Run the script
To run this script on the command line, use the following format:
/usr/local/cpanel/scripts/uninstall_plugin /filepath [options]
Options
Use the following options with this script:
Option | Description | Example |
---|---|---|
filepath |
Required. The cPanel plugin’s installation archive file. The file must be one of the following formats:
|
/path/to/plugin.tar.gz |
--theme |
The cPanel theme to uninstall the plugin from. This option defaults to the jupiter theme. |
--theme=jupiter |