Hey is there a way to create a WorkPool in code? r...
# ask-community
j
Hey is there a way to create a WorkPool in code? rather than using the CLI?
1
j
Hey, there isn't a python object interface but you can use the prefect client https://github.com/PrefectHQ/prefect/blob/main/src/prefect/cli/work_pool.py#L82-L90
j
cool thanks I thought that might be the way to go about it!
🙌 1