Ingress
The `hanzo ingress` commands.
Also for this capability: API · CLI · MCP · SDKs
Your edge: automatic TLS certificates and hostname routing to any backend, changed live.
hanzo ingress routes listEvery 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.
| Command | What it does |
|---|---|
hanzo ingress status | Status reports the ingress edge's live posture: the role this instance runs in (app or edge), whether its listeners are… |
middlewares
| Command | What it does |
|---|---|
hanzo ingress middlewares create | Creates or replaces one edge transform and hot-applies it. |
hanzo ingress middlewares get <id> | Returns one of the caller org's edge transforms by id. |
hanzo ingress middlewares list | Returns every edge transform the caller's org has configured, ordered by id. |
hanzo ingress middlewares rm <id> | Removes one of the caller org's edge transforms and hot-applies the change. |
hanzo ingress middlewares set <id> | Creates or replaces one edge transform and hot-applies it. |
routes
| Command | What it does |
|---|---|
hanzo ingress routes create | Creates or replaces one routing rule and hot-applies the new table — there is no config file and no restart. |
hanzo ingress routes get <id> | Returns one of the caller org's routing rules by id. |
hanzo ingress routes list | Returns every routing rule the caller's org has configured, ordered by id. |
hanzo ingress routes rm <id> | Removes one of the caller org's routing rules and hot-applies the shrunken table, freeing its host for another claim. |
hanzo ingress routes set <id> | Creates or replaces one routing rule and hot-applies the new table — there is no config file and no restart. |
services
| Command | What it does |
|---|---|
hanzo ingress services create | Creates or replaces one backend pool and hot-applies it. |
hanzo ingress services get <id> | Returns one of the caller org's backend pools by id. |
hanzo ingress services list | Returns every backend pool the caller's org has configured, ordered by id. |
hanzo ingress services rm <id> | Removes one of the caller org's backend pools and hot-applies the change. |
hanzo ingress services set <id> | Creates or replaces one backend pool and hot-applies it. |
tls
| Command | What it does |
|---|---|
hanzo ingress tls get | GetTLS returns the caller org's ACME intent together with the edge-wide TLS facts it lands in: which role this instance… |
hanzo ingress tls replace | PutTLS replaces the caller org's ACME intent and hot-applies what can be hot-applied. |
How is this guide?