Skip to main content
Remove unused containers, images, and workspace files. This command removes:
  • Stopped containers
  • Unused Docker images
  • Workspace files
Data volumes are preserved.

Usage

helix prune [OPTIONS] [INSTANCE]

Arguments

ArgumentDescription
INSTANCEThe instance to prune

Available flags

FlagTypeDescription
--all, -aBooleanPrune all instances in the project

Examples

# Prune a specific instance
helix prune dev

# Prune all instances
helix prune --all