You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Manage**| "start", "stop", "delete", "SSH" | Find VM first, then act |
36
-
|**Status**| "overview", "status", "what's wrong" |`verda --agent status -o json` for overview; `vm describe` for specific VM |
37
-
38
-
### Explore
39
-
40
-
- What's available now: `verda --agent vm availability -o json` → shows what's **in stock** with location and pricing. Filter with `--kind gpu` or `--kind cpu` (NOT `--type gpu`). If result is empty or null, tell the user **nothing is in stock** for that kind — do NOT fall back to showing a different kind. **Stop.**
41
-
- Full catalog (all types, not just in stock): `verda --agent instance-types [--gpu|--cpu] -o json` → specs and pricing. **Stop.**
|**VM Info**| "my VMs", "instances", "what's running", "what's offline" |`verda --agent vm list -o json` (add `--status` to filter). Use `vm describe <id>` for a specific VM |
| "status", "overview", "dashboard", "summary" |Prefer `vm list` + `cost balance` + `volume list`. Use `status` only if user explicitly wants a single dashboard summary|
24
24
| "what's available", "in stock", "can I get", "available right now" |`vm availability` (real-time stock + pricing by location) |
25
25
| "instance types", "GPU types", "CPU types", "specs", "flavors", "catalog" |`instance-types` (full catalog, not filtered by stock) |
26
26
| "pricing", "how much", "cost per hour" |`instance-types` or `cost estimate`|
Prefer specific commands (`vm list`, `cost balance`, `volume list`) over `status`. Only use `status` when the user explicitly asks for a dashboard summary.
0 commit comments