targon volume
Manage persistent volumes. Alias: vol.
targon volume <COMMAND>
targon volume create
Create a volume.
targon volume create [OPTIONS]
| Flag | Description |
|---|---|
--name <NAME> | Volume name |
--resource <SKU> | Inventory SKU for the volume |
--size <GIB> | Size in GiB |
-y, --yes | Skip confirmation prompt |
When flags are omitted in an interactive terminal, the CLI prompts for name, resource, and size (default 10 GiB).
targon volume list
List volumes.
targon volume list [--workload <UID>]
targon volume get
Show volume details.
targon volume get <UID>
targon volume delete
Delete a volume.
targon volume delete <UID> [-y]
targon volume state
Show the current state of a volume.
targon volume state <UID>
targon volume events
Show recent events for a volume.
targon volume events <UID> [--limit <N>]
Default limit is 20.