Creates a new work pool. If a work pool with the same name already exists, an error will be raised.
For more information, see https://docs.prefect.io/v3/concepts/work-pools.
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 >= 0The storage configuration for the work pool.
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 >= 0The current status of the work pool.
READY, NOT_READY, PAUSED The id of the pool's default queue.
The storage configuration for the work pool.