I cannot detach the boot volume of my instance "when it was expected to be in Stopped state"
admin@cloudshell:~ (us-phoenix-1)$ oci compute boot-volume-attachment detach --boot-volume-attachment-id "ocid1.instance.oc1.phx.anyhqljtjtl7raacu3vf4y73o6dqi5vypjcvxs27xccaxaoomg7qguvnxk5a"
Are you sure you want to delete this resource? [y/N]: y
ServiceError:
{
"code": "IncorrectState",
"message": "Instance ocid1.instance.oc1.phx.anyhqljtjtl7raacu3vf4y73o6dqi5vypjcvxs27xccaxaoomg7qguvnxk5a is in Terminating state, when it was expected to be in Stopped state",
"opc-request-id": "682C7DF892A24A2AA1408D1A3F5A90EB/889FE9B3578AE672EFC186FC02E5E00C/2A969FE3C14676EFF924B477310A8D05",
"status": 409
}
I am trying to detach the boot volume of my instance.