According to CLI docs:
"--boot-disk
The disk the instance is configured to boot from. Setting a boot disk is optional but recommended to ensure predictable boot behavior. The boot disk can be set during instance creation or later if the instance is stopped"
However, if we don't define it in our command, we get a failure:
oxide --insecure --timeout 300 --profile oxide24 instance update --instance fio-instance-mlsc --ncpu
s 4 --memory 16GiB --project verdant-df --auto-restart-policy never --cpu-platform amd_turin
error: the following required arguments were not provided:
--boot-disk <boot-disk>
According to CLI docs:
"--boot-disk
The disk the instance is configured to boot from. Setting a boot disk is optional but recommended to ensure predictable boot behavior. The boot disk can be set during instance creation or later if the instance is stopped"
However, if we don't define it in our command, we get a failure: