Changing the Performance of an Existing Boot Volume

Learn how to dynamically configure the performance level for a boot volume.

    1. Open the navigation menu  and select Storage. Under Block Storage, select Block Volumes. In the Block Storage menu on the sidebar, select Boot Volumes.
    2. Select the boot volume that you want to change the performance for.

    3. Select Edit Size or Performance.
    4. Select the volume performance option you want to change to.
    5. Select Save Changes.

    If you are changing the boot volume's performance to the Ultra High Performance level, see Boot Volumes and Ultra High Performance for additional details.

  • Run the oci bv volume update command and specify one of the following volume performance unit (VPU) amounts in the vpus-per-gb parameter to update a block volume's elastic performance setting:

    • 0: Represents the Lower Cost setting. Applies to block volumes only.
    • 10: Represents the Balanced setting. Applies to both block volumes and boot volumes.
    • 20: Represents the Higher Performance setting. Applies to both block volumes and boot volumes.
    • 30 to 120: Represents the Ultra High Performance. Applies to both block volumes and boot volumes.

    For example:

    oci bv volume update --volume-id <volume_ID> --vpus-per-gb 20

    If you are changing a boot volume's performance to the Ultra High Performance level, see Boot Volumes and Ultra High Performance for additional details.

  • Run the UpdateBootVolume operation and specify one of the following volume performance unit (VPU) amounts in the vpusPerGB attribute for the UpdateBootVolumeDetails resource to update a boot volume's elastic performance setting:

    • 0: Represents the Lower Cost setting, applies to block volumes only.
    • 10: Represents the Balanced setting, applies to both block volumes and boot volumes.
    • 20: Represents the Higher Performance setting, applies to both block volumes and boot volumes.
    • 30 to 120: Represents the Ultra High Performance setting, applies to both block volumes and boot volumes.

    If you are changing the boot volume's performance to the Ultra High Performance level, see Boot Volumes and Ultra High Performance for additional details.