Is there a way via the Google Console to detach a disk from a stopped instance ? (its SSD Persistent if it makes any difference)
I have created an instance via the Console, done some configuation on it, and stopped it. I have done this on an f1-micro machine whilst testing.
I was hoping to do some further testing on a higher spec instance, and was expecting to be able to just change this (assuming its in a stopped state).
However, I can't see any option to do this, as it says the disk is still attached to the stopped instance.
Is there any way to detach and use the existing disk on a new instance, or do I have to delete the instance every time ? Ideally I'm looking to do this via the Console, but gcloud commands may be ok.
Or is it best to take a Snapshot, and start a new instance from that, or something else?