mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
47 lines
1.3 KiB
Text
47 lines
1.3 KiB
Text
NAME
|
|
gcloud alpha compute tpus execution-groups - command group that helps
|
|
create and manage Cloud TPUs and Compute VMs
|
|
|
|
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.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(ALPHA) Create Google Compute TPUs along with VMs.
|
|
|
|
delete
|
|
(ALPHA) Delete TPU Node + VM created by execution group.
|
|
|
|
describe
|
|
(ALPHA) Describe Google Compute TPU + VM combination.
|
|
|
|
list
|
|
(ALPHA) List TPU Node+VM groups created by execution group.
|
|
|
|
resume
|
|
(ALPHA) Creates Google Compute TPU and resumes the VM.
|
|
|
|
suspend
|
|
(ALPHA) Deletes Google Compute TPU and suspends the VM.
|
|
|
|
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. These variants are also available:
|
|
|
|
$ gcloud compute tpus execution-groups
|
|
|
|
$ gcloud beta compute tpus execution-groups
|
|
|