Skip to content

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 project
  • get <name> — Get details of a specific resource

Quick Examples

# List all servers
bnerd servers list

# Get server details
bnerd servers get my-server

# List volumes in JSON
bnerd volumes list -o json

# List networks
bnerd networks list