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.Stop a background local instance and remove its containers.
helix stop is idempotent — if the instance is not running, the CLI exits successfully without error.
For disk-mode instances, helix stop removes the Helix and MinIO containers but keeps the persistent local volume. Use helix prune to delete disk-mode data.
Usage
Arguments
| Argument | Description |
|---|---|
INSTANCE | Local instance to stop. If omitted in a TTY with multiple instances, the CLI prompts. Defaults to dev when present. |
Examples
Related
helix run— start a local instancehelix restart— restart a local instancehelix prune— remove all Helix-owned local state for an instance