mz command catalog
Nội dung này hiện chưa có sẵn bằng ngôn ngữ của bạn.
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.
Domains
Section titled “Domains”mz reaches every operation the dashboard does — 306 commands across 46
domains, because it shares the panel’s dispatch. The major domains:
| Area | Domains |
|---|---|
| Sites & apps | site, app, stack, deploy |
| Databases | db, pg, mongo |
| Web stack | php, ssl, dns, mail |
| Docker | docker, container, volume, network, image |
| Scheduling & services | cron, daemon, service |
| Security | security, waf, user |
| Backups | backup, migrate |
| WordPress | wp |
| AI | ai, litellm, rag, mcp |
| System & storage | system, updates, storage, quota, livepatch, tuning |
| Infrastructure | lb, extension |
Run mz --help on any box for the live, authoritative list (it’s generated from the
engine, so it never drifts).
Discovering commands
Section titled “Discovering commands”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).
Related
Section titled “Related”- The mz CLI — invocation contract and limits.
- For AI agents — machine-readable entry points.