Deleting target groups
Prerequisites
- A target group is created, as described in Creating target groups.
To delete a target group
Admin panel
- Open Storage services > Block storage > Target groups.
- Click the ellipsis icon of the desired target group, and then click Delete.
- If the target group has active connections, select Force.
- Click Delete in the confirmation window.
Command-line interface
Use the following command:
vinfra service block-storage target-group delete [--force] <target-group>
--force
- Forcibly remove a target group
<target-group>
- Target group name or ID
For example, to delete the target group tg1
, run:
# vinfra service block-storage target-group delete tg1