mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Apr 20 08:58:18 UTC 2022
This commit is contained in:
parent
9dcb91c709
commit
72862dfe28
204 changed files with 3253 additions and 457 deletions
|
|
@ -1,21 +1,20 @@
|
|||
NAME
|
||||
gcloud alpha compute tpus tpu-vm delete - deletes a Cloud TPU VM node
|
||||
gcloud alpha compute tpus tpu-vm delete - delete a Cloud TPU VM node
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute tpus tpu-vm delete (TPU : --zone=ZONE) [--async]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Deletes a Cloud TPU VM node.
|
||||
(ALPHA) Delete a Cloud TPU VM node.
|
||||
|
||||
EXAMPLES
|
||||
The following command deletes a TPU VM with ID my-tpu in zone
|
||||
us-central1-b:
|
||||
To delete a TPU VM with ID my-tpu in zone us-central1-b, run:
|
||||
|
||||
$ gcloud alpha compute tpus tpu-vm delete my-tpu --zone=us-central1-b
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Tpu resource - The Cloud TPU VM node you want to delete. The arguments in
|
||||
Tpu resource - Name of the Cloud TPU VM node to delete. The arguments in
|
||||
this group can be used to specify the attributes of this resource. (NOTE)
|
||||
Some attributes are not given arguments in this group but can be set in
|
||||
other ways. To set the project attribute:
|
||||
|
|
@ -35,7 +34,7 @@ POSITIONAL ARGUMENTS
|
|||
this group are specified.
|
||||
|
||||
--zone=ZONE
|
||||
The compute/zone of the Cloud TPU.
|
||||
Zone of the Cloud TPU.
|
||||
|
||||
If not specified, will use default compute/zone.
|
||||
|
||||
|
|
@ -66,5 +65,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 compute tpus tpu-vm delete
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue