How do I uninstall the CloudFlare cPanel plugin?

Started by saurabhj, August 27, 2015, 08:04:18 PM

Previous topic - Next topic

saurabhj

An uninstall script has been provided to unregister the plugin with cPanel and remove all CloudFlare specific files from the server to deactivate the plugin.

The following set of commands will download the necessary files, execute the uninstall script and ultimately remove the uninstall script as well

Quote#wget https://raw.githubusercontent.com/cloudflare/CloudFlare-CPanel/master/cloudflare/installers/cloudflare.cpanelplugin && bash <(curl -s https://raw.githubusercontent.com/cloudflare/CloudFlare-CPanel/master/cloudflare/uninstall_cf) && rm -f uninstall_cf
NOTE: This will not remove zones or users from CloudFlare that have been registered through the plugin.