(lxc_storage_bucket.md)= # `lxc storage bucket` Manage storage buckets ## Synopsis Description: Manage storage buckets. ``` lxc storage bucket [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 bucket create](lxc_storage_bucket_create.md) - Create new custom storage buckets * [lxc storage bucket delete](lxc_storage_bucket_delete.md) - Delete storage buckets * [lxc storage bucket edit](lxc_storage_bucket_edit.md) - Edit storage bucket configurations as YAML * [lxc storage bucket get](lxc_storage_bucket_get.md) - Get values for storage bucket configuration keys * [lxc storage bucket key](lxc_storage_bucket_key.md) - Manage storage bucket keys * [lxc storage bucket list](lxc_storage_bucket_list.md) - List storage buckets * [lxc storage bucket set](lxc_storage_bucket_set.md) - Set storage bucket configuration keys * [lxc storage bucket show](lxc_storage_bucket_show.md) - Show storage bucket configurations * [lxc storage bucket unset](lxc_storage_bucket_unset.md) - Unset storage bucket configuration keys ```{toctree} :titlesonly: :glob: :hidden: bucket/* ```