Hey <@ULVA73B9P>: can I run a flow via an api requ...
# marvin-in-the-wild
a
Hey @Marvin: can I run a flow via an api request directly instead of prefect cloud when using
flow.serve
?
m
It seems that when you use
flow.serve
, it creates a deployment that allows your flow to become scheduled and is intended to run on the machine where it is created. However, the documentation doesn't explicitly mention how to run a flow via an API request directly with
flow.serve
. To get clarification on whether you can run a flow through an API request using
flow.serve
, or if there are any alternative methods, it might be helpful to look at more comprehensive documentation or community discussions for such use cases. For more information, please refer to the blog post on using
flow.serve
here: Prefect Blog - Schedule Your Code Quickly with flow.serve. If you need further assistance, please let me know, and I can continue searching or providing alternative solutions.