Removing

Remove individual packages or the entire LazyPi setup.

Interactive picker

npx @robzolkos/lazypi remove

Opens a multi-select picker showing all installed LazyPi packages. Use space to deselect and enter to confirm removal.

Remove by ID

npx @robzolkos/lazypi remove subagents

Removes a specific package by its LazyPi ID. You can see package status and IDs with npx @robzolkos/lazypi status.

Remove by raw source

npx @robzolkos/lazypi remove npm:pi-subagents@0.13.3

Removes a package using its exact source specifier. Useful when you know the precise version installed.

Removing LazyPi itself

LazyPi leaves nothing behind after running — it's downloaded on demand via npx and not stored anywhere. Removing your installed packages via the commands above is all that's needed.