Skip to main content

Documentation Index

Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

This command is only available on Astro.
List the Airflow pools stored in a Deployment’s metadata database.

Usage

astro deployment pool list
This command only lists Airflow pools that were configured through the Airflow UI or otherwise stored in the Airflow metadata database.

Options

OptionDescriptionPossible Values
-d,--deployment-idThe ID of the Deployment to list Airflow pools for.Any valid Deployment ID
--deployment-nameThe name of the Deployment to list Airflow pools for. Use as an alternative to <deployment-id>.Any valid Deployment name
-w,--workspace-idList Airflow pools for a Deployment that is not in your current Workspace. If not specified, your current Workspace is assumed.Any valid Workspace ID

Output

OutputDescriptionData Type
NAMEThe name of the Airflow poolString
SLOTSThe total number of worker slots in the poolString

Examples

# List pools stored in the Deployment with an ID of cl03oiq7d80402nwn7fsl3dmv
astro deployment pool list --deployment-id cl03oiq7d80402nwn7fsl3dmv

# List pools stored in the Deployment "My Deployment"
astro deployment pool list --deployment-name="My Deployment"