Pools
Within Cloudflare, pools represent your endpoints and how they are organized. As such, a pool can be a group of several endpoints, or you could also have only one endpoint (an origin server, for example) per pool.
If you are familiar with DNS terminology, think of a pool as a “record set,” except Cloudflare only returns addresses that are considered healthy. You can attach health monitors to individual pools for customized monitoring.
For more details about how endpoints and pools become unhealthy, refer to Endpoint and pool health.
For an up-to-date list of pool properties, refer to Pool properties in our API documentation.
For step-by-step guidance, refer to Create pools.
When your application needs specialized routing (CNAME
setup or custom hosts like Heroku), change the Host
header used in health monitor requests. For more details, refer to Override HTTP Host headers.
The Cloudflare API supports the following commands for pools. Examples are given for user-level endpoint but apply to the account-level endpoint as well.
Command | Method | Endpoint |
---|---|---|
Create Pool | POST | accounts/:account_id/load_balancers/pools |
Delete Pool | DELETE | accounts/:account_id/load_balancers/pools/:id |
List Pools | GET | accounts/:account_id/load_balancers/pools |
Pool Details | GET | accounts/:account_id/load_balancers/pools/:id |
Pool Health Details | GET | account/:account_id/load_balancers/pools/:id/health |
Overwrite specific properties | PATCH | accounts/:account_id/load_balancers/pools/:id |
Overwrite existing pool | PUT | accounts/:account_id/load_balancers/pools/:id |
Preview Pool | POST | account/:account_id/load_balancers/pools/:id/preview |
List Pool References | GET | accounts/:account_id/load_balancers/pools/:id/references |