Updating a Volume Group Backup Display Name
Learn how to change the display name of a volume group backup.
- On the Volume Group Backups list page, find the volume group backup that you want to work with. If you need help finding the list page or the volume group backups, see Listing Volume Group Backups.
- From the , select Edit name.
- In the Edit volume group backup panel, enter a new name.
- Select Save changes.
Use the
oci bv volume-group-backup update
command and specify the--volume-group-backup-id
parameter to update the display name for that volume group backup:oci bv volume-group-backup update --volume-group-backup-id <volume-group-backup_ID> --display-name <new_display_name>
You can only update the display name for the volume group backup.
For example:
oci bv volume-group-backup update --volume-group-backup-id ocid1.volumegroupbackup.oc1.phx.<unique_ID> --display-name "new display name"
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the UpdateVolumeGroupBackup operation to update the display name for that volume group backup.