docs/reference/cli/pixi/workspace/platform/remove.md
Remove platform(s) from the workspace file and updates the lock file
--8<-- "docs/reference/cli/pixi/workspace/platform/remove_extender:description"
pixi workspace platform remove [OPTIONS] <PLATFORM>...
<PLATFORM></a>
: The platform name(s) to removeMay be provided more than once.
required: true
--no-install</a>
: Don't update the environment, only remove the platform(s) from the lock fileenv: PIXI_NO_INSTALL
--feature (-f) <FEATURE></a>
: The name of the feature to remove the platform from--environment (-e) <ENVIRONMENT></a>
: The environment to remove the platform from. The platform is removed from the platforms defined inline on the environment--8<-- "docs/reference/cli/pixi/workspace/platform/remove_extender:example"