Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
deployment = workflow_client.undeploy_release( workflow, release.id, clusters="production", )
def WorkflowClient.undeploy_release( workflow_or_slug: Workflow | str, release_or_id: WorkflowRelease | UUID | str, clusters: Cluster | str | list[Cluster | str] | None = None, ) -> WorkflowReleaseDeployment
Was this page helpful?