Clean local resources
Clean Pop CLI caches, local nodes, or running networks.
Subcommands
Usage
pop clean <cache|node|network> [OPTIONS] [PATH]Examples
# Clean cache entries interactively
pop clean cache
# Remove all cache entries without prompting
pop clean cache --all
# Stop all detected local nodes
pop clean node --all
# Stop specific node PIDs (all must be valid)
pop clean node --pid 1234 5678
# Stop a single network by path to zombie.json
pop clean network /path/to/zombie.json
# Stop a network by directory containing zombie.json
pop clean network /path/to/network-dir
# Stop all networks
pop clean network --all
# Stop a network but keep its state on disk
pop clean network --keep-stateCache cleanup
Node cleanup
Network cleanup
Errors and constraints
Last updated