gdcloud compute instances remove-metadata

שם

‫gdcloud compute instances remove-metadata – הסרת מטא-נתונים של מכונה וירטואלית.

SYNOPSIS

gdcloud compute instances remove-metadata INSTANCE_NAME [flags]

דוגמאות

To remove metadata for key "example-key" for a virtual machine instance named "example-instance" in project "example-project", run:

    gdcloud compute instances remove-metadata example-instance --project example-project --keys=key1,key2

To remove all metadata from an instance named "example-instance", run:

    gdcloud compute instances remove-metadata example-instance --project example-project --all

דגלים אופציונליים

      --all count          If set, all metadata entries are removed.
                           For example, --all. At least one of the flags --all or --keys is required.
      --keys stringArray   List of comma-separated key entries that must be removed from the metadata of the virtual machine instance.
                           For example, --keys=key1, key2. At least one of the flags --all or --keys is required.

GDCLOUD WIDE FLAGS

הדגלים האלה זמינים לכל הפקודות: --configuration, ‏ --format, ‏ --help, ‏ --project, ‏ --quiet.

מידע נוסף זמין בדף סקירה כללית של מדריך העזר ל-CLI של gcloud.