> ## 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.

# design:remove

> Remove an existing design module.

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

## Usage

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

## Examples

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

```bash theme={null}
ooneex design:remove --name=ui
```

## Options

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