Skip to main content
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

FlagDescription
--environment-idThe ID of the environment (optional — read from local config if omitted)
--titleThe title of the example prompt to remove
--non-interactiveDisable 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.