(lxc_storage.md)= # `lxc storage` Manage storage pools and volumes ## Synopsis Description: Manage storage pools and volumes ``` lxc storage [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](lxc.md) - Command line client for LXD * [lxc storage bucket](lxc_storage_bucket.md) - Manage storage buckets * [lxc storage create](lxc_storage_create.md) - Create storage pools * [lxc storage delete](lxc_storage_delete.md) - Delete storage pools * [lxc storage edit](lxc_storage_edit.md) - Edit storage pool configurations as YAML * [lxc storage get](lxc_storage_get.md) - Get values for storage pool configuration keys * [lxc storage info](lxc_storage_info.md) - Show useful information about storage pools * [lxc storage list](lxc_storage_list.md) - List available storage pools * [lxc storage set](lxc_storage_set.md) - Set storage pool configuration keys * [lxc storage show](lxc_storage_show.md) - Show storage pool configurations and resources * [lxc storage unset](lxc_storage_unset.md) - Unset storage pool configuration keys * [lxc storage volume](lxc_storage_volume.md) - Manage storage volumes ```{toctree} :titlesonly: :glob: :hidden: storage/* ```