Google Kubernetes Engine Google Kubernetes Engine API API

The Google Kubernetes Engine API API from Google Kubernetes Engine — 15 operation(s) for google kubernetes engine api.

Operations 17

GET /v1/{name} Get a cluster, node pool, or operation by name #
DELETE /v1/{name} Delete a cluster or node pool #
PUT /v1/{name} Update a cluster or node pool #
POST /v1/{name}:setAddons Set addons configuration on a cluster #
POST /v1/{name}:setLogging Set logging service on a cluster #
POST /v1/{name}:setMonitoring Set monitoring service on a cluster #
POST /v1/{name}:setMasterAuth Set master authentication for a cluster #
POST /v1/{name}:setNetworkPolicy Set network policy on a cluster #
POST /v1/{name}:setMaintenancePolicy Set maintenance policy on a cluster #
POST /v1/{name}:setResourceLabels Set resource labels on a cluster #
POST /v1/{name}:startIpRotation Start IP rotation on a cluster #
POST /v1/{name}:completeIpRotation Complete IP rotation on a cluster #
POST /v1/{name}:updateMaster Update the master version of a cluster #
POST /v1/{name}:setSize Set node pool size #
POST /v1/{name}:setAutoscaling Set autoscaling for a node pool #
POST /v1/{name}:rollback Rollback a node pool upgrade #
POST /v1/{name}:cancel Cancel an operation #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/google-kubernetes-engine-google-kubernetes-engine-api-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

google-kubernetes-engine-google-kubernetes-engine-api-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Google Kubernetes Engine Clusters Google Kubernetes Engine API
  description: REST API for Google Kubernetes Engine (GKE), a managed Kubernetes service on Google Cloud. Manages clusters, node pools, and operations.
  version: v1
servers:
- url: https://container.googleapis.com
security:
- oauth2:
  - https://www.googleapis.com/auth/cloud-platform
tags:
- name: Google Kubernetes Engine API
paths:
  /v1/{name}:
    get:
      summary: Get a cluster, node pool, or operation by name
      operationId: getResource
      parameters:
      - name: name
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Resource response
          content:
            application/json:
              schema:
                type: object
      tags:
      - Google Kubernetes Engine API
    delete:
      summary: Delete a cluster or node pool
      operationId: deleteResource
      parameters:
      - name: name
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Operation response
          content:
            application/json:
              schema:
                type: object
      tags:
      - Google Kubernetes Engine API
    put:
      summary: Update a cluster or node pool
      operationId: updateResource
      parameters:
      - name: name
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
      responses:
        '200':
          description: Operation response
          content:
            application/json:
              schema:
                type: object
      tags:
      - Google Kubernetes Engine API
  /v1/{name}:setAddons:
    post:
      summary: Set addons configuration on a cluster
      operationId: setAddons
      parameters:
      - name: name
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
      responses:
        '200':
          description: Operation response
          content:
            application/json:
              schema:
                type: object
      tags:
      - Google Kubernetes Engine API
  /v1/{name}:setLogging:
    post:
      summary: Set logging service on a cluster
      operationId: setLogging
      parameters:
      - name: name
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
      responses:
        '200':
          description: Operation response
          content:
            application/json:
              schema:
                type: object
      tags:
      - Google Kubernetes Engine API
  /v1/{name}:setMonitoring:
    post:
      summary: Set monitoring service on a cluster
      operationId: setMonitoring
      parameters:
      - name: name
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
      responses:
        '200':
          description: Operation response
          content:
            application/json:
              schema:
                type: object
      tags:
      - Google Kubernetes Engine API
  /v1/{name}:setMasterAuth:
    post:
      summary: Set master authentication for a cluster
      operationId: setMasterAuth
      parameters:
      - name: name
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
      responses:
        '200':
          description: Operation response
          content:
            application/json:
              schema:
                type: object
      tags:
      - Google Kubernetes Engine API
  /v1/{name}:setNetworkPolicy:
    post:
      summary: Set network policy on a cluster
      operationId: setNetworkPolicy
      parameters:
      - name: name
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
      responses:
        '200':
          description: Operation response
          content:
            application/json:
              schema:
                type: object
      tags:
      - Google Kubernetes Engine API
  /v1/{name}:setMaintenancePolicy:
    post:
      summary: Set maintenance policy on a cluster
      operationId: setMaintenancePolicy
      parameters:
      - name: name
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
      responses:
        '200':
          description: Operation response
          content:
            application/json:
              schema:
                type: object
      tags:
      - Google Kubernetes Engine API
  /v1/{name}:setResourceLabels:
    post:
      summary: Set resource labels on a cluster
      operationId: setResourceLabels
      parameters:
      - name: name
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
      responses:
        '200':
          description: Operation response
          content:
            application/json:
              schema:
                type: object
      tags:
      - Google Kubernetes Engine API
  /v1/{name}:startIpRotation:
    post:
      summary: Start IP rotation on a cluster
      operationId: startIpRotation
      parameters:
      - name: name
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
      responses:
        '200':
          description: Operation response
          content:
            application/json:
              schema:
                type: object
      tags:
      - Google Kubernetes Engine API
  /v1/{name}:completeIpRotation:
    post:
      summary: Complete IP rotation on a cluster
      operationId: completeIpRotation
      parameters:
      - name: name
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
      responses:
        '200':
          description: Operation response
          content:
            application/json:
              schema:
                type: object
      tags:
      - Google Kubernetes Engine API
  /v1/{name}:updateMaster:
    post:
      summary: Update the master version of a cluster
      operationId: updateMaster
      parameters:
      - name: name
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
      responses:
        '200':
          description: Operation response
          content:
            application/json:
              schema:
                type: object
      tags:
      - Google Kubernetes Engine API
  /v1/{name}:setSize:
    post:
      summary: Set node pool size
      operationId: setNodePoolSize
      parameters:
      - name: name
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
      responses:
        '200':
          description: Operation response
          content:
            application/json:
              schema:
                type: object
      tags:
      - Google Kubernetes Engine API
  /v1/{name}:setAutoscaling:
    post:
      summary: Set autoscaling for a node pool
      operationId: setNodePoolAutoscaling
      parameters:
      - name: name
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
      responses:
        '200':
          description: Operation response
          content:
            application/json:
              schema:
                type: object
      tags:
      - Google Kubernetes Engine API
  /v1/{name}:rollback:
    post:
      summary: Rollback a node pool upgrade
      operationId: rollbackNodePool
      parameters:
      - name: name
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
      responses:
        '200':
          description: Operation response
          content:
            application/json:
              schema:
                type: object
      tags:
      - Google Kubernetes Engine API
  /v1/{name}:cancel:
    post:
      summary: Cancel an operation
      operationId: cancelOperation
      parameters:
      - name: name
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
      responses:
        '200':
          description: Cancel response
          content:
            application/json:
              schema:
                type: object
      tags:
      - Google Kubernetes Engine API
components:
  securitySchemes:
    oauth2:
      type: oauth2
      flows:
        authorizationCode:
          authorizationUrl: https://accounts.google.com/o/oauth2/auth
          tokenUrl: https://oauth2.googleapis.com/token
          scopes:
            https://www.googleapis.com/auth/cloud-platform: View and manage Google Cloud data
x-generated-from: https://cloud.google.com/kubernetes-engine/docs/reference/rest
x-generated-by: claude-crawl-2026-05-08