Clusters
Update Cluster
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The properties of the cluster being updated. `cluster.name` must
be populated with the updated resource's name.
Human-readable display name of the cluster. e.g. "My Cluster" Must be fewer than 64 characters long.
The current state of the cluster.
Available options:
STATE_UNSPECIFIED
, CREATING
, READY
, DELETING
, FAILED
Detailed information about the current status of the cluster.
Response
200 - application/json
A successful response.
Human-readable display name of the cluster. e.g. "My Cluster" Must be fewer than 64 characters long.
The creation time of the cluster.
The current state of the cluster.
Available options:
STATE_UNSPECIFIED
, CREATING
, READY
, DELETING
, FAILED
Detailed information about the current status of the cluster.
The update time for the cluster.
Was this page helpful?