CLI Guide

Table Of Contents
See also
meta-volume destroy
meta-volume destroy
Destroys a meta-volume, and frees its storage volumes for other uses.
Contexts
All contexts.
Syntax
meta-volume destroy
[-v|--meta-volume] context-path
[-f|--force]
Arguments
Required arguments
[-v|--meta-volume]
context-path
- * Meta-volume to destroy.
Optional arguments
[f|--force]
- Destroys the meta-volume without asking for confirmation (allows the command to be run from
a non-interactive script). Allows the meta-volume to be destroyed, even if the meta-volume is in
a failed state and unreachable.
* - argument is positional.
Description
The meta-volume cannot be destroyed if its active attribute is true.
Example
In the following example:
ll displays that the target meta-volume has an active state of false.
The meta-volume destroy command destroys the meta-volume:
VPlexcli:/clusters/cluster-1/system-volumes> ll meta1
/clusters/cluster-1/system-volumes/meta1:
Attributes:
Name Value
---------------------- -----------
active false
application-consistent false
236
Commands