update_cluster
ActiveTool of com.googleapis.container/mcp
declared in ESF
Updates a specific GKE cluster.
Parameters schema
{
"type": "object",
"required": [
"name",
"update"
],
"properties": {
"name": {
"type": "string",
"description": "Required. The name (project, location, cluster) of the cluster to update. Specified in the format `projects/*/locations/*/clusters/*`."
},
"update": {
"type": "string",
"description": "Required. A description of the update represented as a string using JSON format. The full update request object can be found at https://cloud.google.com/container-engine/reference/rest/v1/projects.locations.clusters/update https://docs.cloud.google.com/kubernetes-engine/docs/reference/rest/v1/ClusterUpdate"
}
},
"description": "MCPUpdateClusterRequest updates a cluster."
}Parent server
com.googleapis.container/mcp
1/7 registries