Work Pools
Create Work Pool
Creates a new work pool. If a work pool with the same name already exists, an error will be raised.
POST
Headers
Body
application/json
Data used by the Prefect REST API to create a work pool.
The name of the work pool.
The work pool's base job template.
A concurrency limit for the work pool.
Required range:
x > 0
The work pool description.
Pausing the work pool stops the delivery of all work.
The work pool type.
Response
201 - application/json
An ORM representation of a work pool
The name of the work pool.
The work pool type.
The work pool's base job template.
A concurrency limit for the work pool.
Required range:
x > 0
The id of the pool's default queue.
A description of the work pool.
Pausing the work pool stops the delivery of all work.
The current status of the work pool.
Available options:
READY
, NOT_READY
, PAUSED