docs/reference/cli/pixi/task/remove.md
Remove a command from the workspace
--8<-- "docs/reference/cli/pixi/task/remove_extender:description"
pixi task remove [OPTIONS] [TASK_NAME]...
<TASK_NAME></a>
: Task name to removeMay be provided more than once.
--platform (-p) <PLATFORM></a>
: The platform for which the task should be removed--feature (-f) <FEATURE></a>
: The feature for which the task should be removed--environment (-e) <ENVIRONMENT></a>
: The environment for which the task should be removed. The task is removed from the tasks defined inline on the environment--8<-- "docs/reference/cli/pixi/task/remove_extender:example"