Hanzo AI

Platform

The `hanzo platform` commands.

Also for this capability: API · CLI · MCP · SDKs

Hanzo PaaS: deploy containers to your own tenant namespace — builds, releases, environments, logs, custom domains.

API reference →

hanzo platform apps 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 platform buildsReturns real build records for your org.
hanzo platform cdAnswers every Application the delivery plane holds.
hanzo platform ciContinuous integration (not wired)
hanzo platform environmentsReturns your deploy targets, and what is running on each.
hanzo platform healthReports whether this control plane can actually deploy anything.
hanzo platform hookReceive a push from the forge and trigger its build
hanzo platform pipelinesReturns one build-and-deploy pipeline per app, with its latest run.
hanzo platform releasesReturns the versions that actually reached the cluster.
hanzo platform runRuns a container image and gives back a URL.
hanzo platform runnerTriggers a native build — an image, or the binaries a repo declares.

apps

CommandWhat it does
hanzo platform apps cd <app>Answers ONE app's reconciliation alone — the poll a deploy console makes while it waits, without re-reading the whole…
hanzo platform apps createDeploy an app through cd.hanzo.ai
hanzo platform apps get <app>Answers ONE declaration — what git says this app is, before the delivery plane has had any say in it.
hanzo platform apps listAnswers what this organisation has declared, joined with what the delivery plane has done about it.

fleet

CommandWhat it does
hanzo platform fleet deploy <app>Rolls a platform service's pods, in a named environment.
hanzo platform fleet get <app>Returns one platform service, resolved to production by default.
hanzo platform fleet listReturns the platform's own service tier, and where it has drifted.

projects

CommandWhat it does
hanzo platform projects apps create <project>Creates an application from a git repo or a container image.
hanzo platform projects apps deploy <project> <app>Deploys the app — building it first if it comes from git.
hanzo platform projects apps deployments get <project> <app> <id>Returns one deployment of one app.
hanzo platform projects apps deployments list <project> <app>Returns an app's deployment history.
hanzo platform projects apps deployments logs <project> <app> <id>Returns real logs for a deployment — the build's, then the app's.
hanzo platform projects apps domains create <project> <app>Attaches a hostname — instantly if you already own it, otherwise with a DNS challenge.
hanzo platform projects apps domains list <project> <app>Returns every hostname this app answers on.
hanzo platform projects apps domains rm <project> <app> <host>Detaches a hostname and releases the claim.
hanzo platform projects apps domains verify <project> <app> <host>Checks a custom domain's DNS and turns it on if it passes.
hanzo platform projects apps env <project> <app>Replaces an app's environment variables.
hanzo platform projects apps get <project> <app>Returns one application, with its live phase, health and secret sync.
hanzo platform projects apps list <project>Returns the applications in one project, with what the cluster says about them.
hanzo platform projects apps preview <project> <app>Puts a branch on its own URL.
hanzo platform projects apps promote <project> <app>Promotes an already-built release to the app.
hanzo platform projects apps rm <project> <app>Deletes an application and tears down what it runs.
hanzo platform projects apps rollback <project> <app>Goes back to the previous release.
hanzo platform projects apps start <project> <app>Starts a stopped app back up.
hanzo platform projects apps stop <project> <app>Stops an app without deleting it.
hanzo platform projects get <project>Returns one project and its app count.
hanzo platform projects listReturns your org's projects, each with how many apps live under it.

How is this guide?

On this page