Reference Guide

Examples
Deleting a volume by moving it to the recycle bin:
volume delete -name 'volume 1'
Completely purging the volume:
volume delete -name 'volume 1' -purge
volume delete -deviceid 6000d3100000c90000000000000000cb -purge
volume erase
Description
Erases all data from a volume. This command is deprecated for Storage Center 5.0 and later.
Format
volume erase {–deviceid string | –index integer | –name string | –serialnumber string}
Options
–deviceid string
Species the volume device ID. See About Device IDs for information.
–h
Shows help for command options.
–index integer
Species the volume index.
–name string
Species the volume name. Names that contain spaces must be enclosed in single quotes.
–serialnumber string
Species the volume serial number. (Available only when running on operating systems that expose serial numbers to the user.)
Examples
Erase all data on a volume:
volume erase -name 'volume 1'
volume erase -deviceid 6000d3100000c90000000000000000cb
volume erase -index 22
Command Reference
83