Reference
Database targets use cluster:<id> for a dedicated database or tenant:<id> for a tenant.
Omit the target only when helix.toml links exactly one Cloud database.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Discover and manage Helix Cloud databases and application keys
cluster:<id> for a dedicated database or tenant:<id> for a tenant.
Omit the target only when helix.toml links exactly one Cloud database.
helix database list --project <project-id>
helix database get tenant:<id>
helix database indexes tenant:<id>
helix database create --project <id> --name <name> --slug <slug> --plan <plan>
helix database create --project <id> --cluster <cluster-id> --name <name> --slug <slug>
helix database delete tenant:<id> --yes
helix database key create tenant:<id> --access read-only [--name <name>]
helix database key create tenant:<id> --access read-write [--name <name>]
helix database key list tenant:<id>
helix database key revoke tenant:<id> --key <key-id> --yes
Was this page helpful?