crusoe storage disks resize
Resize an existing disk. Note: new size must be greater than current size.
Usage​
crusoe storage disks resize <name> --size <size> [flags]
Flags​
| Flag | Description |
|---|---|
-f, --format string | Output format. Supported formats: pretty, json (default: "pretty") |
-h, --help | Help for resize |
--json | Output in json format. Shorthand for --format json |
--project-id string | Project ID. Optional if Project Name is set in CRUSOE_DEFAULT_PROJECT env variable or the config file |
--project-name string | Project Name. Optional if set in CRUSOE_DEFAULT_PROJECT env variable or the config file |
--size string | [Required] Disk Size. Format: [Number][Unit] where valid units are GiB and TiB. Range: 1GiB–10TiB. Must be larger than current size |
Examples​
Resize a disk to 500 GiB:
crusoe storage disks resize my-data-disk --size 500GiB