Headers
Body
Data used by the Prefect REST API to create a work pool.
The name of the work pool.
The work pool description.
The work pool type.
The work pool's base job template.
Pausing the work pool stops the delivery of all work.
A concurrency limit for the work pool.
x >= 0
The storage configuration for the work pool.
Response
Successful Response
An ORM representation of a work pool
The name of the work pool.
The work pool type.
A description of the work pool.
The work pool's base job template.
Pausing the work pool stops the delivery of all work.
A concurrency limit for the work pool.
x >= 0
The current status of the work pool. Enumeration of work pool statuses.
READY
, NOT_READY
, PAUSED
The id of the pool's default queue.
The storage configuration for the work pool.