Updating the Display Name for a User-defined Backup Policy
Change the display name for a user-defined (custom) backup policy in Block Volume.
- On the Backup Policies list page, find the backup policy that you want to work with. If you need help finding the list page or the backup policies, see Listing Backup Policies.
- From the , select Edit.
- In the Edit backup policy panel, enter a new name.
- Select Save changes.
Use the
oci bv volume-backup-policy update
command and specify the--policy-id
and--display-name
parameters to update a volume backup policy display name:oci bv volume-backup-policy update --policy-id <backup-policy_ID> --display-name <backup-policy_name>
For example:
oci bv volume-backup-policy update --policy-id ocid1.volumebackuppolicy.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
UpdateVolumeBackupPolicy
operation and provide the updated values in thepolicyId
anddisplayName
attributes of theUpdateVolumeBackupPolicyDetails
resource to update the policy display name.