delete_pool
Remove a specific pool from Apache Airflow using the MCP Server, enabling efficient management of resources and streamlined workflow configuration.
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"
],
"title": "delete_poolArguments",
"type": "object"
}