fleet status
Show a dashboard of all registered apps with their systemd state, container counts, and health.
Usage
Flags
| Flag | Description |
|---|
--json | Output raw JSON instead of the formatted table |
Examples
3 apps | 2 healthy | 1 unhealthy
APP SYSTEMD CONTAINERS HEALTH
myapp active 2/2 ✓ healthy
Health states
| State | Meaning |
|---|
healthy | systemd active, all containers running and healthy |
degraded | systemd active but one or more containers are not running |
down | systemd unit is not active |
frozen | App was frozen with fleet freeze |
unknown | No containers registered or found |
- MCP tool:
fleet_status
- See also:
fleet health for detailed per-app health checks
fleet list
List all apps registered in the fleet registry.
Usage
Flags
| Flag | Description |
|---|
--json | Output raw JSON array of all app entries |
Examples
NAME SERVICE PORT TYPE DOMAINS
myapp myapp 3000 proxy myapp.example.com
api api 8080 proxy api.example.com
worker worker - service -
"composePath": "/srv/myapp",
"domains": ["myapp.example.com"],