> ## Documentation Index
> Fetch the complete documentation index at: https://umbra.0xcreator.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# plugin remove

> Uninstall a plugin.

```bash theme={null}
umbra plugin remove <plugin>
```

Removes a previously installed plugin. The plugin's commands are no longer available after removal.

## Arguments

| Argument   | Description                                                                     |
| ---------- | ------------------------------------------------------------------------------- |
| `<plugin>` | Package name of the plugin to remove. Must match the name used when installing. |

## Examples

```bash theme={null}
umbra plugin remove jup-earn
umbra plugin remove @myorg/umbra-plugin-defi
```

## See also

* [`plugin add`](/commands/plugin/add) — install a plugin
* [`plugin list`](/commands/plugin/list) — see installed plugins
