Hanzo AI

DNS

The `hanzo dns` commands.

Also for this capability: API · CLI · SDKs

Your DNS records: the zones and records behind every name you point at Hanzo.

API reference →

hanzo dns zones list

Every command takes --json for the raw response and --help for its own flags. Sign in once with hanzo auth login; the commands below use that session, and the org they act in is the one it carries.

CommandWhat it does
hanzo dns healthCheck the DNS control plane
hanzo dns syncPush a set of zones and records in one call

zones

CommandWhat it does
hanzo dns zones createCreate a DNS zone
hanzo dns zones get <zone>Read one DNS zone
hanzo dns zones listList your org's DNS zones
hanzo dns zones records create <zone>Create a DNS record
hanzo dns zones records get <zone> <record>Read one DNS record
hanzo dns zones records list <zone>List a zone's DNS records
hanzo dns zones records rm <zone> <record>Delete a DNS record
hanzo dns zones records set <zone> <record>Amend a DNS record
hanzo dns zones records update <zone> <record>Amend a DNS record
hanzo dns zones rm <zone>Delete a DNS zone

How is this guide?

On this page