mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 21:20:07 +00:00
gcloud: Wed May 1 09:26:55 UTC 2024
This commit is contained in:
parent
3740758467
commit
48fac7efd4
454 changed files with 11765 additions and 12790 deletions
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud alpha compute instances remove-partner-metadata - remove partner
|
||||
metadata namespace
|
||||
metadata
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute instances remove-partner-metadata INSTANCE_NAME
|
||||
|
|
@ -8,16 +8,19 @@ SYNOPSIS
|
|||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute instances remove-partner-metadata can be used
|
||||
to remove instance metadata entries.
|
||||
to remove a specific entry in a namespace, a specific namespace, or all
|
||||
namespaces.
|
||||
|
||||
EXAMPLES
|
||||
To remove partner metadata namespace gcar.googleapis.com/engine and
|
||||
gcar.googleapis.com/body along with their data from an instance named
|
||||
INSTANCE_NAME, run:
|
||||
To remove partner metadata specific entry in a namespace
|
||||
test.compute.googleapis.com/entries/engine an instance named INSTANCE_NAME,
|
||||
run:
|
||||
|
||||
$ gcloud alpha compute instances remove-partner-metadata \
|
||||
INSTANCE_NAME \
|
||||
--keys=gcar.googleapis.com/engine,gcar.googleapis.com/body
|
||||
INSTANCE_NAME --keys=test.compute.googleapis.com/entries/engine
|
||||
|
||||
To remove specific namespace with its data, run: $ gcloud alpha compute instances remove-partner-metadata \
|
||||
INSTANCE_NAME --keys=test.compute.googleapis.com
|
||||
|
||||
To remove all namespaces, run: $ gcloud alpha compute instances remove-partner-metadata \
|
||||
INSTANCE_NAME --all
|
||||
|
|
@ -73,5 +76,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 remove-partner-metadata
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue