File: //snap/google-cloud-cli/current/lib/surface/compute/tpus/tpu_vm/perform_maintenance.yaml
- release_tracks: [ALPHA]
request:
collection: tpu.projects.locations.nodes
api_version: v2alpha1
method: performMaintenance
help_text:
brief: perform maintenance on a Cloud TPU VM.
description: perform maintenance on a Cloud TPU VM.
examples: |
The following example command performs maintenance on a Cloud TPU named "my-tpu" in the zone
"us-central1-b" of the default project.
$ {command} my-tpu --zone=us-central1-b
arguments:
resource:
help_text: The Cloud TPU on which to perform maintenance.
spec: !REF googlecloudsdk.command_lib.compute.tpus.resources:tpu
async:
collection: tpu.projects.locations.operations
ALPHA:
api_version: v2alpha1
GA:
api_version: v2
extract_resource_result: false