pinset2.1
中文
Query and lifecycle commands

pinset uninstall

Remove one exact Pinset-owned runtime installation.

View source on GitHub
FieldDescription
PurposeRemove one exact Pinset-owned runtime installation.
Syntax and argumentspinset uninstall <tool>@<exact-version> [--force] [--cwd <path>] [--dry-run] [--json].
Modifies stateYes, unless --dry-run. Deletes only an installation with valid Pinset ownership evidence.
Examplepinset uninstall node@22.0.0 --dry-run --json
JSONYes; command name uninstall.
Exit0 for a completed plan/removal; 2 when protection blocks it or validation fails.
Key errorsNon-exact version, selected runtime still referenced, missing/invalid receipt, unsafe path, or non-owned installation. --force bypasses selection references, not ownership checks.
/en/docs/commands/uninstallPinset 2.1