list_compute_volumes
List your compute volumes — machines that survive instance termination.
A volume is a whole machine (packages, drivers, services, users, data) stored in Canada. Detaching destroys the instance but keeps the machine; attaching restores it onto a fresh instance, optionally of a DIFFERENT type. That is how you move a workload from a small CPU box to a big GPU box without rebuilding it.
Requires: API key with read scope.
Returns: {"volumes": [{"id", "name", "state", "instance_type", "stored_gb", "has_snapshot", "instance": {...} or null}, ...], "price_cad_per_gb_month": 0.03}
state is one of: creating, attached, detaching, detached, attaching,
error. Only "attached" has a running instance you can log into.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||