|
| 1 | +## ovhcloud cloud storage block |
| 2 | + |
| 3 | +Manage block storage volumes in the given cloud project |
| 4 | + |
| 5 | +### Options |
| 6 | + |
| 7 | +``` |
| 8 | + --cloud-project string Cloud project ID |
| 9 | + -h, --help help for block |
| 10 | +``` |
| 11 | + |
| 12 | +### Options inherited from parent commands |
| 13 | + |
| 14 | +``` |
| 15 | + -d, --debug Activate debug mode (will log all HTTP requests details) |
| 16 | + -e, --ignore-errors Ignore errors in API calls when it is not fatal to the execution |
| 17 | + -o, --output string Output format: json, yaml, interactive, or a custom format expression (using https://github.com/PaesslerAG/gval syntax) |
| 18 | + Examples: |
| 19 | + --output json |
| 20 | + --output yaml |
| 21 | + --output interactive |
| 22 | + --output 'id' (to extract a single field) |
| 23 | + --output 'nested.field.subfield' (to extract a nested field) |
| 24 | + --output '[id, "name"]' (to extract multiple fields as an array) |
| 25 | + --output '{"newKey": oldKey, "otherKey": nested.field}' (to extract and rename fields in an object) |
| 26 | + --output 'name+","+type' (to extract and concatenate fields in a string) |
| 27 | + --output '(nbFieldA + nbFieldB) * 10' (to compute values from numeric fields) |
| 28 | + --profile string Use a specific profile from the configuration file |
| 29 | +``` |
| 30 | + |
| 31 | +### SEE ALSO |
| 32 | + |
| 33 | +* [ovhcloud cloud storage](ovhcloud_cloud_storage.md) - Manage storage services in the given cloud project |
| 34 | +* [ovhcloud cloud storage block attach](ovhcloud_cloud_storage_block_attach.md) - Attach the given volume to the given instance |
| 35 | +* [ovhcloud cloud storage block backup](ovhcloud_cloud_storage_block_backup.md) - Manage volume backups in the given cloud project |
| 36 | +* [ovhcloud cloud storage block create](ovhcloud_cloud_storage_block_create.md) - Create a new volume |
| 37 | +* [ovhcloud cloud storage block create-from-backup](ovhcloud_cloud_storage_block_create-from-backup.md) - Create a volume from the given backup |
| 38 | +* [ovhcloud cloud storage block delete](ovhcloud_cloud_storage_block_delete.md) - Delete the given volume |
| 39 | +* [ovhcloud cloud storage block detach](ovhcloud_cloud_storage_block_detach.md) - Detach the given volume from the given instance |
| 40 | +* [ovhcloud cloud storage block edit](ovhcloud_cloud_storage_block_edit.md) - Edit the given volume |
| 41 | +* [ovhcloud cloud storage block get](ovhcloud_cloud_storage_block_get.md) - Get a specific volume |
| 42 | +* [ovhcloud cloud storage block list](ovhcloud_cloud_storage_block_list.md) - List volumes |
| 43 | +* [ovhcloud cloud storage block snapshot](ovhcloud_cloud_storage_block_snapshot.md) - Manage snapshots of the given volume |
| 44 | + |
0 commit comments