mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Mar 5 10:41:25 UTC 2025
This commit is contained in:
parent
a597993b2e
commit
6dc93282df
279 changed files with 4198 additions and 801 deletions
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud alpha compute instances network-interfaces delete - delete a Compute
|
||||
Engine virtual machine network interface
|
||||
gcloud alpha compute instances network-interfaces delete - delete a dynamic
|
||||
network interface from a Compute Engine instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute instances network-interfaces delete INSTANCE_NAME
|
||||
|
|
@ -8,8 +8,8 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute instances network-interfaces delete deletes
|
||||
network interface of a Compute Engine virtual machine. For example:
|
||||
(ALPHA) gcloud alpha compute instances network-interfaces delete deletes a
|
||||
dynamic network interface from a Compute Engine instance. For example:
|
||||
|
||||
$ gcloud alpha compute instances network-interfaces delete \
|
||||
instance-name --network-interface nic1.2
|
||||
|
|
@ -61,5 +61,7 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
access allowlist. This variant is also available:
|
||||
|
||||
$ gcloud beta compute instances network-interfaces delete
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue