Google Anthos · Capability
Google Anthos Google GKE On-Prem API
The GKE On-Prem API provides programmatic access to manage the lifecycle of on-premises Kubernetes clusters running on VMware or bare metal infrastructure as part of Google Distributed Cloud. It enables creating, updating, deleting, and monitoring clusters, managing node pools, and handling enrollment and upgrades.
What You Can Do
GET
Listvmwareclusters
— Google Anthos List VMware clusters
/projects/{projectId}/locations/{location}/vmwareClusters
POST
Createvmwarecluster
— Google Anthos Create a VMware cluster
/projects/{projectId}/locations/{location}/vmwareClusters
GET
Getvmwarecluster
— Google Anthos Get a VMware cluster
/projects/{projectId}/locations/{location}/vmwareClusters/{clusterId}
DELETE
Deletevmwarecluster
— Google Anthos Delete a VMware cluster
/projects/{projectId}/locations/{location}/vmwareClusters/{clusterId}
GET
Listbaremetalclusters
— Google Anthos List bare metal clusters
/projects/{projectId}/locations/{location}/bareMetalClusters
POST
Createbaremetalcluster
— Google Anthos Create a bare metal cluster
/projects/{projectId}/locations/{location}/bareMetalClusters
GET
Listvmwarenodepools
— Google Anthos List VMware node pools
/projects/{projectId}/locations/{location}/vmwareClusters/{clusterId}/vmwareNodePools
POST
Createvmwarenodepool
— Google Anthos Create a VMware node pool
/projects/{projectId}/locations/{location}/vmwareClusters/{clusterId}/vmwareNodePools
MCP Tools
listvmwareclusters
Google Anthos List VMware clusters
read-only
idempotent
createvmwarecluster
Google Anthos Create a VMware cluster
getvmwarecluster
Google Anthos Get a VMware cluster
read-only
idempotent
deletevmwarecluster
Google Anthos Delete a VMware cluster
idempotent
listbaremetalclusters
Google Anthos List bare metal clusters
read-only
idempotent
createbaremetalcluster
Google Anthos Create a bare metal cluster
listvmwarenodepools
Google Anthos List VMware node pools
read-only
idempotent
createvmwarenodepool
Google Anthos Create a VMware node pool