Method: projects.locations.queuedResources.performMaintenanceQueuedResource

Perform manual maintenance on specific nodes of a QueuedResource.

HTTP request

POST https://tpu.googleapis.com/v2alpha1/{name=projects/*/locations/*/queuedResources/*}:performMaintenanceQueuedResource

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the QueuedResource which holds the nodes to perform maintenance on.

Request body

The request body contains data with the following structure:

JSON representation
{
  "nodeNames": [
    string
  ]
}
Fields
nodeNames[]

string

The names of the nodes to perform maintenance on.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud.tpu
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.