1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Oct 1 11:06:24 UTC 2025

This commit is contained in:
Automated 2025-10-01 11:06:24 +00:00
parent 1dea1ef852
commit a0434a4d7a
247 changed files with 8086 additions and 424 deletions

View file

@ -13,6 +13,14 @@ SYNOPSIS
[--use-dl-images] [--use-with-notebook] [--vm-only] [--zone=ZONE]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) (DEPRECATED) Create Google Compute TPUs along with VMs.
This command is deprecated and will be removed in a future release. We
recommend that you use the TPU-VM or Queued Resource API. See
https://cloud.google.com/tpu/docs/managing-tpus-tpu-vm for more
information.
EXAMPLES
To create both TPU and VM, run:

View file

@ -6,6 +6,14 @@ SYNOPSIS
gcloud alpha compute tpus execution-groups delete EXECUTION_GROUP_NAME
[--tpu-only] [--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) (DEPRECATED) Delete TPU Node + VM created by execution group.
This command is deprecated and will be removed in a future release. We
recommend that you use the TPU-VM or Queued Resource API. See
https://cloud.google.com/tpu/docs/managing-tpus-tpu-vm for more
information.
EXAMPLES
To delete both, the TPU and the VM, run:

View file

@ -6,6 +6,14 @@ SYNOPSIS
gcloud alpha compute tpus execution-groups describe EXECUTION_GROUP_NAME
[--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) (DEPRECATED) Describe Google Compute TPU + VM combination.
This command is deprecated and will be removed in a future release. We
recommend that you use the TPU-VM or Queued Resource API. See
https://cloud.google.com/tpu/docs/managing-tpus-tpu-vm for more
information.
EXAMPLES
To describe the TPU and VM combination, run:

View file

@ -6,8 +6,13 @@ SYNOPSIS
gcloud alpha compute tpus execution-groups COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Command group that helps create and manage Cloud TPUs and Compute
VMs.
(ALPHA) (DEPRECATED) Command group that helps create and manage Cloud TPUs
and Compute VMs.
This command group is deprecated and will be removed in a future release.
We recommend that you use the TPU-VM or Queued Resource API. See
https://cloud.google.com/tpu/docs/managing-tpus-tpu-vm for more
information.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
@ -18,22 +23,23 @@ COMMANDS
COMMAND is one of the following:
create
(ALPHA) Create Google Compute TPUs along with VMs.
(ALPHA) (DEPRECATED) Create Google Compute TPUs along with VMs.
delete
(ALPHA) Delete TPU Node + VM created by execution group.
(ALPHA) (DEPRECATED) Delete TPU Node + VM created by execution group.
describe
(ALPHA) Describe Google Compute TPU + VM combination.
(ALPHA) (DEPRECATED) Describe Google Compute TPU + VM combination.
list
(ALPHA) List TPU Node+VM groups created by execution group.
(ALPHA) (DEPRECATED) List TPU Node+VM groups created by execution
group.
resume
(ALPHA) Creates Google Compute TPU and resumes the VM.
(ALPHA) (DEPRECATED) Creates Google Compute TPU and resumes the VM.
suspend
(ALPHA) Deletes Google Compute TPU and suspends the VM.
(ALPHA) (DEPRECATED) Deletes Google Compute TPU and suspends the VM.
NOTES
This command is currently in alpha and might change without notice. If this

View file

@ -7,6 +7,14 @@ SYNOPSIS
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) (DEPRECATED) List TPU Node+VM groups created by execution group.
This command is deprecated and will be removed in a future release. We
recommend that you use the TPU-VM or Queued Resource API. See
https://cloud.google.com/tpu/docs/managing-tpus-tpu-vm for more
information.
EXAMPLES
To list all active execution groups, run:

View file

@ -9,6 +9,14 @@ SYNOPSIS
[--tf-version=TF_VERSION] [--vm-only] [--zone=ZONE]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) (DEPRECATED) Creates Google Compute TPU and resumes the VM.
This command is deprecated and will be removed in a future release. We
recommend that you use the TPU-VM or Queued Resource API. See
https://cloud.google.com/tpu/docs/managing-tpus-tpu-vm for more
information.
EXAMPLES
To resume a suspended TPU VM combination, run:

View file

@ -6,6 +6,14 @@ SYNOPSIS
gcloud alpha compute tpus execution-groups suspend EXECUTION_GROUP_NAME
[--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) (DEPRECATED) Deletes Google Compute TPU and suspends the VM.
This command is deprecated and will be removed in a future release. We
recommend that you use the TPU-VM or Queued Resource API. See
https://cloud.google.com/tpu/docs/managing-tpus-tpu-vm for more
information.
EXAMPLES
To delete the TPU and suspend the VM, run:

View file

@ -25,8 +25,8 @@ GROUPS
(ALPHA) List or Describe Available Cloud TPU accelerator types.
execution-groups
(ALPHA) Command group that helps create and manage Cloud TPUs and
Compute VMs.
(ALPHA) (DEPRECATED) Command group that helps create and manage Cloud
TPUs and Compute VMs.
locations
(ALPHA) List or Describe Available Cloud TPU Locations.