Skip to main content
Reference
For the complete documentation index optimized for AI agents, see llms.txt.
Remove Helix-owned local containers, networks, disk-mode volumes, and per-instance workspace state. helix prune only touches resources the CLI manages:
  • The container named helix-<project>-<instance>.
  • The disk-mode MinIO sidecar, network, and persistent volume when present.
  • The per-instance directory under .helix/.
It never runs a broad docker system prune or podman system prune.

Usage

Arguments

Available flags

Confirmation behavior

  • helix prune <instance> removes resources without confirmation, including persisted disk-mode data.
  • helix prune --all prints a warning and asks for confirmation in a TTY. In non-TTY environments, it refuses to run without --yes:
If nothing was found to prune for an instance, the CLI prints No local runtime resources found for '<instance>' and exits successfully.

Examples