Skip to main content
For the complete documentation index optimized for AI agents, see llms.txt.
Show the status of local and Helix Cloud instances configured in helix.toml. For local instances, status comes from docker ps -a / podman ps -a filtered on helix-<project>-<instance> and includes the configured storage mode. For Helix Cloud instances, status reflects the cluster configuration recorded in helix.toml.

Usage

helix status [INSTANCE]

Arguments

ArgumentDescription
INSTANCEShow status for a specific instance. If omitted, shows every instance in the project. In a TTY with multiple instances, the CLI may offer a single-instance picker.

Examples

# Show every instance
helix status

# Show one instance
helix status dev