Listing Boot Volumes

Learn how list all boot volumes in a specific compartment, or detailed information for a single 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. Choose your Compartment.

    A detailed list of volumes in the current compartment is displayed. To see detailed information for a specific volume, click the boot volume name.

    The instance associated with the boot volume is listed in the Attached Instance field. If the value for this field displays the message None in this Compartment, the boot volume has been detached from the associated instance, or the instance has been terminated while the boot volume was preserved.

    To view the volumes in a different compartment, change the compartment in the Compartment drop-down menu.

  • Use the oci bv boot-volume list command and specify the --availabilty-domain and --compartment-id parameters to view the boot volumes in that availability domain and compartment:

    oci bv boot-volume list --availability-domain availability_domain --compartment-id compartment_ID

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the ListBootVolumes operation and specify the availabilityDomain and compartmentId attributes to list boot volumes in a compartment.