> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nativecli.com/llms.txt
> Use this file to discover all available pages before exploring further.

# plugin:remove

> Uninstall a NativePHP plugin

The `plugin:remove` command uninstalls a NativePHP plugin.

## Command

Syntax:

```bash theme={null}
nativecli plugin:remove <package> [OPTIONS]
```

## Options

### --force, -f

Force uninstall even if requirements are unmet.

### --keep-files

Keep plugin files on disk after uninstalling.

## Example

```bash theme={null}
nativecli plugin:remove vendor/package --keep-files
```

## See Also

* [plugin:list command](/commands/plugin-list) - Verify what is registered
