How to uninstall Azure Functions core tools

In my last article, we discussed How To Install Azure Functions Core Tools In Visual Studio Code. Let us discuss here the quick steps to uninstall Azure Functions core tools in case you don’t need them.

How to uninstall Azure Functions core tools

If you want to uninstall Azure Functions Core Tools from your Visual Studio Code IDE, you can follow the methods below.

Method-1:

  1. Open your Visual Studio Code IDE.
  2. Click on the View –> Select Command Palette option.
uninstall azure functions core tools

3. Search for “Uninstall Azure Functions Core Tools from Visual Studio Code” and click on the search result Azure Functions: Uninstall Azure Functions Core Tools.

Uninstall Azure Functions Core Tools from Visual Studio Code

Method-2:

You can also use the below steps to uninstall Azure Functions Core Tools from Visual Studio Code.

  1. Open a new terminal from your Visual Studio Code.
  2. Run the below command.
npm uninstall -g azure-functions-core-tools

It will uninstall the Azure Functions Core Tools from your Visual Studio Code IDE.

How to Uninstall Azure Functions Core Tools

Wrapping Up

This article discussed the quick steps to uninstall Azure Functions Core Tools from your Visual Studio Code IDE. Thanks for reading this article !!!