Removes an example prompt from the Alpic playground for an environment.
Usage
alpic playground example-prompt remove
Prompts to select an example prompt to remove interactively.
Extended Usage
Remove a specific example prompt non-interactively:
alpic playground example-prompt remove --title "Hello"
Remove a prompt from a specific environment:
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. |
When running from a directory linked to an Alpic project, --environment-id is optional — the CLI reads it from the
local .alpic config file.