Loading...
Loading...
Diagnoses and resolves issues on GuaraCloud — failed deployments, crash loops, health check failures, image pull errors, OOM kills, and CLI errors. Use when the user reports something broken, a deployment failed, a service is unhealthy, or they see an error.
npx skill4agent add guaracloud/agent-skills troubleshoot# 1. Is the service running?
guara services info
# 2. What do the logs say?
guara logs --level error --since 1h
# 3. What's the deployment history?
guara deployments list
# 4. Is the platform itself healthy?
guara statusguara services info| Status | Meaning | Action |
|---|---|---|
| All replicas running and passing health checks | No action needed |
| Container repeatedly crashing and restarting | Check logs: |
| Cannot pull the container image | Check deployment logs, verify build succeeded |
| Container exceeded memory limit | Reduce memory usage or upgrade tier — see guaracloud.com/docs |
| Some but not all replicas healthy | Check logs, may resolve on its own during rolling updates |
| Status cannot be determined | Wait a moment, then check again |
failedguara logs --since 10m --level errorguara deployguara deployments listguara rollbackguara logs --level error --since 30mguara env listguara env setguara services infoguara exec -- envdeployingguara deployments listguara loginguara loginguara loginguara config get api-urlguara services startservices createguara deploy--portservices createguara env setguara domains listpending