Hello Flyte Community. We would like to create a n...
# flyte-support
m
Hello Flyte Community. We would like to create a new execution using REST Api. How would the request look like, is it even possible?
a
you could POST to the
api/v1/executions
endpoint to create an execution request but for programmatic access, FlyteRemote is preferred.
m
Hey, thank you! It works out with the endpoint!