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

# spa:remove

> Remove an existing spa module.

Remove an existing spa module. Only modules marked as `type: "spa"` in their yml config can be removed, and the core `app` and `shared` modules are protected.

## Usage

```bash theme={null}
ooneex spa:remove [options]
```

## Examples

```bash theme={null}
ooneex spa:remove
```

```bash theme={null}
ooneex spa:remove --name=admin
```

## Options

| Option     | Description                                 | Default             |
| ---------- | ------------------------------------------- | ------------------- |
| `--name`   | Name of the spa module to remove.           | Prompted if omitted |
| `--cwd`    | Working directory the command runs in.      | Current directory   |
| `--silent` | Skip prompts, confirmation, and log output. | `false`             |
