Zitadel Preview Docs
CLI

Local runtime commands

Start, stop, inspect, and reset local Zitadel.

Start local Zitadel:

npx @zitadel/cli@alpha start

Show status:

npx @zitadel/cli@alpha status

Print logs:

npx @zitadel/cli@alpha logs

Stop the runtime while preserving data:

npx @zitadel/cli@alpha stop

Delete runtime data:

npx @zitadel/cli@alpha reset --force

The runtime listens on http://localhost:8080 by default. Choose another port when needed:

npx @zitadel/cli@alpha start --port 8081