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

# playground example-prompt remove

> Remove an example prompt from the playground

Removes an example prompt from the Alpic playground for an environment.

## Usage

```bash theme={null}
alpic playground example-prompt remove
```

Prompts to select an example prompt to remove interactively.

## Extended Usage

**Remove a specific example prompt non-interactively:**

```bash theme={null}
alpic playground example-prompt remove --title "Hello"
```

**Remove a prompt from a specific environment:**

```bash theme={null}
alpic playground example-prompt remove --environment-id <environmentId> --title "Hello"
```

## Options

| Flag                | Description                                                              |
| ------------------- | ------------------------------------------------------------------------ |
| `--environment-id`  | The ID of the environment (optional — read from local config if omitted) |
| `--title`           | The title of the example prompt to remove                                |
| `--non-interactive` | Disable interactive prompts. Requires `--title`.                         |

<Tip>
  When running from a directory linked to an Alpic project, `--environment-id` is optional — the CLI reads it from the
  local `.alpic` config file.
</Tip>
