mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
64 lines
1.3 KiB
Text
64 lines
1.3 KiB
Text
NAME
|
|
gcloud compute tpus tpu-vm - list, create, and manage Cloud TPU VM nodes
|
|
|
|
SYNOPSIS
|
|
gcloud compute tpus tpu-vm GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
List, create, and manage Cloud TPU VM nodes.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
accelerator-types
|
|
List or Describe Available Cloud TPU VM node accelerator types.
|
|
|
|
service-identity
|
|
Commands for Cloud TPU VM service identity.
|
|
|
|
versions
|
|
Explore available runtime versions for Cloud TPU VM nodes.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Create a new Cloud TPU VM node.
|
|
|
|
delete
|
|
Delete a Cloud TPU VM node.
|
|
|
|
describe
|
|
Describe a Cloud TPU VM node.
|
|
|
|
get-guest-attributes
|
|
Retrieve the Guest Attributes for a Cloud TPU VM.
|
|
|
|
list
|
|
List Cloud TPU VM nodes.
|
|
|
|
scp
|
|
Copy files to and from a Cloud TPU VM via SCP.
|
|
|
|
ssh
|
|
SSH into a Cloud TPU VM.
|
|
|
|
start
|
|
Start a Cloud TPU VM node.
|
|
|
|
stop
|
|
Stop a Cloud TPU VM node.
|
|
|
|
update
|
|
Update a Cloud TPU VM node.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud alpha compute tpus tpu-vm
|
|
|