delete_pool
Remove a pool from Apache Airflow to manage resource allocation and clean up unused configurations in your data pipeline environment.
Instructions
Delete a pool
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pool_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"pool_name": {
"title": "Pool Name",
"type": "string"
}
},
"required": [
"pool_name"
],
"type": "object"
}