update_node_pool
ActiveTool of com.googleapis.container/mcp
declared in ESF
Updates a specific node pool within a GKE cluster.
Parameters schema
{
"type": "object",
"required": [
"name",
"update"
],
"properties": {
"name": {
"type": "string",
"description": "Required. The name (project, location, cluster, node pool) of the node pool to update. Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'."
},
"update": {
"type": "string",
"description": "Required. A [node pool update request](https://cloud.google.com/container-engine/reference/rest/v1/projects.locations.clusters.nodePools/update) represented as a string using JSON format."
}
},
"description": "MCPUpdateNodePoolRequest updates a node pool for a cluster."
}Parent server
com.googleapis.container/mcp
1/7 registries