Method: projects.locations.clusters.nodePools.completeUpgrade

nodePools.completeUpgrade will signal an on-going node pool upgrade to complete.

HTTP request

POST https://container.googleapis.com/v1/{name=projects/*/locations/*/clusters/*/nodePools/*}:completeUpgrade

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

The name (project, ___location, cluster, node pool id) of the node pool to complete upgrade. Specified in the format projects/*/locations/*/clusters/*/nodePools/*.

Authorization requires the following IAM permission on the specified resource name:

  • container.clusters.update

Request body

The request body must be empty.

Response body

If successful, the response body is an empty JSON object.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.