Compute Resources¶
Manage cloud compute resources: servers, volumes, networks, routers, and load balancers.
Project-scoped
All compute commands require --project-id (or project-id in config) in addition to --token and --org-id.
Resource Types¶
| Resource | Command | Aliases | Description |
|---|---|---|---|
| Servers | bnerd servers | server, instances | Cloud server instances |
| Volumes | bnerd volumes | volume, vol | Block storage volumes |
| Networks | bnerd networks | network, net | Virtual networks |
| Routers | bnerd routers | router | Network routers |
| Load Balancers | bnerd loadbalancers | loadbalancer, lb, lbs | Load balancers |
Available Operations¶
All compute resources support:
list(alias:ls) — List all resources in the projectget <name>— Get details of a specific resource