I can't create a new instance because of the Boot Volume.
Hi, I tried to set my boot volume to 200GB with UHP target performance and auto-tune. Now my boot volume keeps on provisioning.
Because it's taking so long, I decided to delete my VM instance along with the boot volume. The instance is now terminated but the boot volume is still Provisioning
I even tried to delete it using a shell, with --force tag, but still no luck
This is the code I used after installing OCI CLI on Shell Cloud on my account and this is the result:
First Code : oci bv boot-volume get --boot-volume-id <BOOT_VOLUME_OCID>
Second Code : oci bv boot-volume delete --boot-volume-id <BOOT_VOLUME_OCID> --force
0