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/.
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 --allprints a warning and asks for confirmation in a TTY. In non-TTY environments, it refuses to run without--yes:
No local runtime resources found for '<instance>' and exits successfully.