/status command displays detailed information about all your deployments, including connection details, health checks, and deployment history.
Usage
Status Display
View all deployments with their current states:Deployment Details
Select a deployment to view comprehensive details:Health Checks
Press Enter on a selected deployment to run health checks:Health Check Results
- SSH: Connected - Server is reachable via SSH
- SSH: Unreachable - Cannot connect (server may be down)
- OpenClaw: Running - Service is active and running
- OpenClaw: Not running - Service is stopped or crashed
Deployment States
Possible deployment states:not_deployed- Configuration created but not deployeddeploying- Currently being deployeddeployed- Successfully deployed and runningfailed- Deployment failed (shows last error)
Checkpoints
Each deployment tracks completed checkpoints:Error Display
If a deployment has errors:Example Terminal Output
Keyboard Navigation
- ↑/↓ - Navigate between deployments
- Enter - Run health check on selected deployment
- Esc - Return to home
Empty State
If no deployments exist:Use Cases
Quick Health Check
- Run
/status - Press Enter on a deployment
- Wait for health check results
Monitor Multiple Deployments
- Run
/status - Use arrow keys to navigate between deployments
- Press Enter to check health of each
- Compare results
Troubleshooting
- Run
/status - Check “Last Error” field for failed deployments
- Note the checkpoint where failure occurred
- Run
/deployto resume from that checkpoint
Integration with Other Commands
After Deployment
Before Destroying
Tips
Health checks connect to your server over SSH. This may take a few seconds depending on network latency and server load.
Status Information Reference
| Field | Description |
|---|---|
| Status | Current state of deployment |
| Provider | Cloud provider (hetzner, digitalocean) |
| Server IP | Public IPv4 address |
| Tailscale IP | Private VPN address (if configured) |
| Created | When configuration was created |
| Deployed | When deployment completed successfully |
| Last Error | Most recent error message (if any) |
| SSH | SSH connectivity status |
| OpenClaw | Service running status |
| Checkpoints | Number of completed deployment steps |
Next Steps
SSH Command
Connect to healthy deployments
Logs Command
View detailed logs
Dashboard Command
Access web interface
Deploy Command
Resume failed deployments