(lxc_storage_volume.md)= # `lxc storage volume` Manage storage volumes ## Synopsis Description: Manage storage volumes Unless specified through a prefix, all volume operations affect "custom" (user created) volumes. ``` lxc storage volume [flags] ``` ## Options inherited from parent commands ``` --debug Show all debug messages --force-local Force using the local unix socket -h, --help Print help --project Override the source project -q, --quiet Don't show progress information --sub-commands Use with help or --help to view sub-commands -v, --verbose Show all information messages --version Print version number ``` ## SEE ALSO * [lxc storage](lxc_storage.md) - Manage storage pools and volumes * [lxc storage volume attach](lxc_storage_volume_attach.md) - Attach new storage volumes to instances * [lxc storage volume attach-profile](lxc_storage_volume_attach-profile.md) - Attach new storage volumes to profiles * [lxc storage volume copy](lxc_storage_volume_copy.md) - Copy storage volumes * [lxc storage volume create](lxc_storage_volume_create.md) - Create new custom storage volumes * [lxc storage volume delete](lxc_storage_volume_delete.md) - Delete storage volumes * [lxc storage volume detach](lxc_storage_volume_detach.md) - Detach storage volumes from instances * [lxc storage volume detach-profile](lxc_storage_volume_detach-profile.md) - Detach storage volumes from profiles * [lxc storage volume edit](lxc_storage_volume_edit.md) - Edit storage volume configurations as YAML * [lxc storage volume export](lxc_storage_volume_export.md) - Export custom storage volume * [lxc storage volume get](lxc_storage_volume_get.md) - Get values for storage volume configuration keys * [lxc storage volume import](lxc_storage_volume_import.md) - Import custom storage volumes * [lxc storage volume info](lxc_storage_volume_info.md) - Show storage volume state information * [lxc storage volume list](lxc_storage_volume_list.md) - List storage volumes * [lxc storage volume move](lxc_storage_volume_move.md) - Move storage volumes between pools * [lxc storage volume rename](lxc_storage_volume_rename.md) - Rename storage volumes and storage volume snapshots * [lxc storage volume restore](lxc_storage_volume_restore.md) - Restore storage volume snapshots * [lxc storage volume set](lxc_storage_volume_set.md) - Set storage volume configuration keys * [lxc storage volume show](lxc_storage_volume_show.md) - Show storage volume configurations * [lxc storage volume snapshot](lxc_storage_volume_snapshot.md) - Snapshot storage volumes * [lxc storage volume unset](lxc_storage_volume_unset.md) - Unset storage volume configuration keys ```{toctree} :titlesonly: :glob: :hidden: volume/* ```