Join Slack
Powered by
Is there a way to create a deployment for a flow f...
# ask-community
z
Zach Munro
05/07/2024, 7:57 PM
Is there a way to create a deployment for a flow from the prefect cloud UI?
n
Nate
05/07/2024, 8:47 PM
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
)
2
Views
Open in Slack
Previous
Next