Skip to content
mz command catalog The mz command surface, organized by domain — the machine-readable map of what the CLI can do.

mz command catalog

This is the catalog of on-box mz commands, grouped by domain. It’s the companion to The mz CLI (which covers how to invoke mz) and is written to be read by both power users and AI agents.

mz reaches every operation the dashboard does — 306 commands across 46 domains, because it shares the panel’s dispatch. The major domains:

AreaDomains
Sites & appssite, app, stack, deploy
Databasesdb, pg, mongo
Web stackphp, ssl, dns, mail
Dockerdocker, container, volume, network, image
Scheduling & servicescron, daemon, service
Securitysecurity, waf, user
Backupsbackup, migrate
WordPresswp
AIai, litellm, rag, mcp
System & storagesystem, updates, storage, quota, livepatch, tuning
Infrastructurelb, extension

Run mz --help on any box for the live, authoritative list (it’s generated from the engine, so it never drifts).

  • mz --help — list every live domain and read command.
  • mz <domain> --help — the sub-actions for one domain.
  • Each MZPanel guide page has a CLI & automation block with the key commands for that feature (for example, Cron jobs lists the mz cron … commands).