Updating the Display Name for a User-defined Backup Policy

Change the display name for a user-defined (custom) backup policy in Block Volume.

    1. 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.
    2. From the Actions menu (three dots), select Edit.
    3. In the Edit backup policy panel, enter a new name.
    4. 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 the policyId and displayName attributes of the UpdateVolumeBackupPolicyDetails resource to update the policy display name.