{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "AgentPoolDeleteMachinesParameter",
"type": "object",
"description": "The parameters for deleting machines in an agent pool.",
"properties": {
"machineNames": {
"type": "array",
"description": "The list of machine names to delete."
}
}
}