Azure Kubernetes Service · Arazzo Workflow
Azure Kubernetes Service Stop Cluster
Version 1.0.0
Stop a running AKS cluster and poll until the stop operation finishes provisioning.
Provider
Workflows
stop-cluster
Stop an AKS cluster and wait until the stop operation settles.
Calls ManagedClusters_Stop and then polls ManagedClusters_Get until provisioningState is Succeeded.
1
stopCluster
Request the cluster stop. AKS accepts the request asynchronously and returns 202 Accepted.
2
pollCluster
Read the cluster and inspect provisioningState. While the cluster is still Stopping the flow loops back to this step; once it reports Succeeded the workflow ends.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.