Documentation Index
Fetch the complete documentation index at: https://docs.helix-db.com/llms.txt
Use this file to discover all available pages before exploring further.
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
| Argument | Description |
|---|---|
INSTANCE | Local instance to prune. If omitted, the CLI prompts in a TTY or requires --all. |
Available flags
| Flag | Type | Description |
|---|---|---|
-a, --all | Boolean | Prune every local instance in the project. |
-y, --yes | Boolean | Skip confirmation prompts. Required with --all in non-TTY environments. |
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.