# control-panel The provisioning CLI (Phase 4), later the customer-facing web panel (Phase 8). Empty until Phase 4. **Planned CLI surface** (see [../docs/05-provisioning-workflow.md](../docs/05-provisioning-workflow.md)): | Command | Action | |---------|--------| | `provision` | Create a new site end-to-end (ZFS + DB + compose + route + SFTP). | | `reconfigure` | Apply changes from an edited `site.yaml`. | | `deprovision` | Tear down a site with gated, backed-up deletion. | | `list` | Show all sites, profiles, status. | | `backup` / `restore` | Ad-hoc backup; two-step (files + DB) restore. | | `rotate-secret` | Regenerate DB/SFTP credentials. | Idempotent, declarative (`site.yaml` is source of truth), logs to Loki.