(command-juju-remove-storage-pool)= # `juju remove-storage-pool` > See also: [create-storage-pool](#create-storage-pool), [update-storage-pool](#update-storage-pool), [storage-pools](#storage-pools) ## Summary Remove an existing storage pool. ## Usage ```juju remove-storage-pool [options] ``` ### Options | Flag | Default | Usage | | --- | --- | --- | | `-B`, `--no-browser-login` | false | Do not use web browser for authentication | | `-m`, `--model` | | Model to operate in. Accepts [<controller name>:]<model name>|<model UUID> | ## Examples Remove the storage-pool named fast-storage: juju remove-storage-pool fast-storage ## Details Remove a single existing storage pool.