Skip to main content
Deploy a workflow release to one or more clusters.

Parameters

workflow_or_slug
Workflow | str
required
The workflow or workflow slug containing the release to deploy.
release_or_id
WorkflowRelease | UUID | str
required
The workflow release or release ID to deploy.
clusters
Cluster | str | list[Cluster | str] | None
The cluster or clusters to deploy the release to. If omitted, the API uses the default cluster.

Returns

The deployment result, including the release and affected clusters.