In documentation,
https://cloud.google.com/compute/docs/instances-and-network#IP_assign, in
command in step 2, zone parameters must be set.
gcloud compute instances delete-access-config example-instance \
--zone example-zone \
--access-config-name external-nat
In fact, without zone parameter, the command won't create an operation.
$ gcloud version
Google Cloud SDK 0.9.44
bq 2.0.18
bq-nix 2.0.18
compute 2015.01.12
core 2015.01.15
core-nix 2014.11.03
dns 2015.01.15
gcutil 1.16.5
gcutil-nix 1.16.5
gsutil 4.7
gsutil-nix 4.6
sql 2015.01.15
Original issue reported on code.google.com by sestegra on 22 Jan 2015 at 11:50
Original issue reported on code.google.com by
sestegra
on 22 Jan 2015 at 11:50