Remove a volume
Remove a volume in pouchd. It must specify volume's name, and the volume will be removed when it is existent and unused.
pouch volume remove [OPTIONS] NAME
$ pouch volume rm pouch-volume
Removed: pouch-volume
-h, --help help for remove
-D, --debug Switch client log level to DEBUG mode
-H, --host string Specify connecting address of Pouch CLI (default "unix:///var/run/pouchd.sock")
--tlscacert string Specify CA file of TLS
--tlscert string Specify cert file of TLS
--tlskey string Specify key file of TLS
--tlsverify Use TLS and verify remote
- pouch volume - Manage pouch volumes