az pipelines pool

Note

This reference is part of the azure-devops extension for the Azure CLI (version 2.30.0 or higher). The extension will automatically install the first time you run an az pipelines pool command. Learn more about extensions.

Manage agent pools.

Commands

az pipelines pool list

List agent pools.

az pipelines pool show

Show agent pool details.

az pipelines pool list

List agent pools.

az pipelines pool list [--action {manage, none, use}]
                       [--detect {false, true}]
                       [--org]
                       [--pool-name]
                       [--pool-type {automation, deployment}]

Optional Parameters

--action

Filter the list with user action permitted.

accepted values: manage, none, use
--detect

Automatically detect organization.

accepted values: false, true
--org --organization

Azure DevOps organization URL. You can configure the default organization using az devops configure -d organization=ORG_URL. Required if not configured as default or picked up via git config. Example: https://dev.azure.com/MyOrganizationName/.

--pool-name

Filter the list with matching pool name.

--pool-type

Filter the list with type of pool.

accepted values: automation, deployment

az pipelines pool show

Show agent pool details.

az pipelines pool show --id
                       [--action {manage, none, use}]
                       [--detect {false, true}]
                       [--org]

Required Parameters

--id --pool-id

Id of the pool to list the details.

Optional Parameters

--action

Filter the list with user action permitted.

accepted values: manage, none, use
--detect

Automatically detect organization.

accepted values: false, true
--org --organization

Azure DevOps organization URL. You can configure the default organization using az devops configure -d organization=ORG_URL. Required if not configured as default or picked up via git config. Example: https://dev.azure.com/MyOrganizationName/.