Deleting target groups

Prerequisites

To delete a target group

Admin panel

  1. Open Storage services > Block storage > Target groups.
  2. Click the ellipsis icon of the desired target group, and then click Delete.
  3. If the target group has active connections, select Force.
  4. 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