Method: projects.locations.clusters.patch

Updates the parameters of a single Cluster.

HTTP request

PATCH https://hypercomputecluster.googleapis.com/v1/{cluster.name=projects/*/locations/*/clusters/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
cluster.name

string

Identifier. Relative resource name of the cluster, in the format projects/{project}/locations/{location}/clusters/{cluster}.

Query parameters

Parameters
updateMask

string (FieldMask format)

Optional. Mask specifying which fields in the cluster to update. All paths must be specified explicitly - wildcards are not supported. At least one path must be provided.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

requestId

string

Optional. A unique identifier for this request. A random UUID is recommended. This request is idempotent if and only if requestId is provided.

Request body

The request body contains an instance of Cluster.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • hypercomputecluster.clusters.update

For more information, see the IAM documentation.