Skip to main content
Reference
For the complete documentation index optimized for AI agents, see llms.txt.
Delete an instance from helix.toml and clean up any local runtime state for it. For local instances, Helix-owned containers, networks, disk-mode volumes, and the per-instance directory under .helix/ are deleted. For Helix Cloud instances, only the [enterprise.<name>] block in helix.toml and any local workspace state are removed — the cluster itself is untouched.

Usage

Arguments

Available flags

Confirmation behavior

In a TTY, helix delete prints a warning and asks for confirmation. In non-TTY environments it refuses to run without --yes:

Examples