Azure Kubernetes Service · Capability
Azure Kubernetes Service Cluster Management
Workflow for managing AKS clusters and agent pools including lifecycle operations, upgrades, scaling, and credentials. Used by DevOps engineers and platform administrators.
What You Can Do
GET
List clusters
— List all managed clusters
/v1/clusters
GET
Get cluster
— Get cluster details
/v1/clusters/{resourceName}
PUT
Create or update cluster
— Create or update a cluster
/v1/clusters/{resourceName}
DELETE
Delete cluster
— Delete a cluster
/v1/clusters/{resourceName}
GET
List agent pools
— List agent pools in a cluster
/v1/clusters/{resourceName}/agent-pools
MCP Tools
list-clusters
List all AKS managed clusters in a subscription
read-only
idempotent
get-cluster
Get details of an AKS cluster
read-only
idempotent
create-or-update-cluster
Create or update an AKS managed cluster
idempotent
delete-cluster
Delete an AKS managed cluster
idempotent
get-upgrade-profile
Get the upgrade profile for a cluster
read-only
idempotent
stop-cluster
Stop a running AKS cluster
idempotent
start-cluster
Start a stopped AKS cluster
idempotent
list-agent-pools
List agent pools in a cluster
read-only
idempotent
get-agent-pool
Get agent pool details
read-only
idempotent
create-or-update-agent-pool
Create or update an agent pool
idempotent
delete-agent-pool
Delete an agent pool from a cluster
idempotent
APIs Used
aks-rest