I would like to change the machine type for a virtual machine back from N2 to N1.
I executed :
gcloud compute instances set-machine-type MACHINENAME --zone=europe-west4-b --custom-cpu=10 --custom-memory=40 : --custom-extensions --custom-vm-type=n1
Then I get :
ERROR: (gcloud.compute.instances.set-machine-type) Could not fetch resource: - The selected machine type (custom-10-40960) is not compatible with CPU platform cascadelake
When I try to change it using the GUI web interface it will come back with an error :
The request contains invalid arguments: "The selected machine type (n1-standard-8) is not compatible with CPU platform cascadelake". Error code: "badRequest"
But I changed the machine type to N1 in the Gui. It just won't save it
Any idea?
Thank you