How to remove plugins from Netlify?

In one of our previous post, we discussed on how to install plugins on Netlify.

But in this post, we are going to be looking at how to remove plugins from Netlify.

Plugins might be very important because it helps to automate task like generating sitemap for a website or minifying of CSS, JS, or HTML files but with its advantage, it also has downside.

Because plugins, do increase the build time for deploying a site or even does the opposite of making a site fast.

Step to remove or uninstall plugins from Netlify

  1. Login to your Netlify dashboard and click on the site you want to uninstall or remove Netlify plugin from.

netlify sites

site overview

  1. After clicking on the site, go to the integrations tab and click on it.

all plugins

  1. Click on the “Enabled” link on the left sidebar, and it will list all the plugins that you have installed.

plugins enabled

  1. Check for the Netlify plugin you wish to uninstall and click “Disable”.

  1. Now that you have removed the plugin, there is one last step to take.

You need to clear cache and redeploy your site for the removed plugin to not have effect again.