Is there a way to create a deployment for a flow f...
# ask-community
z
Is there a way to create a deployment for a flow from the prefect cloud UI?
n
hi @Zach Munro! there's not currently a UI-only experience for creating deployments right now you can create deployments via: • the SDK (
.serve
,
.deploy
) • the CLI (
prefect.yaml
+
prefect deploy
) • the REST API directly (
POST /deployments
)