Azure Kubernetes Service · Arazzo Workflow
Azure Kubernetes Service Delete Node Pool Machines
Version 1.0.0
Delete specific machines from an agent pool and poll until the operation completes.
Provider
Workflows
delete-node-pool-machines
Delete named machines from an AKS agent pool and wait for the operation to settle.
Calls AgentPools_DeleteMachines with the machine names to remove, then polls AgentPools_Get until provisioningState is Succeeded.
1
deleteMachines
AgentPools_DeleteMachines
Submit the list of machine names to delete. The required machineNames array is sent as the request body; AKS accepts the request asynchronously and returns 202 Accepted.
2
pollNodePool
AgentPools_Get
Read the agent pool and inspect provisioningState. While it is still Deleting the flow loops back to this step; once it reports Succeeded the workflow ends.