Going off this image, am I able to self-host a wor...
# prefect-getting-started
t
Going off this image, am I able to self-host a work pool? From what I've seen in the docs and YT examples the only option is using Prefect Cloud.
j
Hi Taylor. If you are using a self-hosting Prefect server instance you will have a number of work pool options. If you run
prefect server start
in an environment with Prefect installed and navigate to the UI, click on
Work Pools
, hit the + button, and create the work pool of your choice from the options listed. A few work pool types are only available on Prefect Cloud (such as serverless push pools). Learn more about work pools here.