---
title: "Uninstall CLI Plugins"
description: "Steps to uninstall a CLI plugin"
url: "https://www.contentstack.com/docs/headless-cms/uninstall-cli-plugins"
product: "Contentstack"
doc_type: "guide"
audience:
  - developers
  - admins
version: "current"
last_updated: "2026-08-06"
---

# Uninstall CLI Plugins

If you have created or installed a plugin using [Contentstack CLI](/docs/headless-cms/install-the-cli), and want to uninstall/ remove that plugin, you can do it by using the **plugins:uninstall** command.

**Note**: This command will not delete the plugin’s code folder.

To do this, run the following commands in your terminal:  

1.  Get a list of plugins you have installed:  
    
    ```
    csdx plugins
    ```
    
2.  From the available plugins listed in the terminal, uninstall it by passing its name in the command below:  
    
    ```
    csdx plugins:uninstall <<plugin_name>>
    ```