Skip to main content
POST
/
api
/
v2
/
workflows
/
{workflowId}
/
deploy
Deploy workflow
curl --request POST \
  --url https://api.example.com/api/v2/workflows/{workflowId}/deploy
{
  "asyncResultId": "<string>"
}

Path Parameters

workflowId
string
required

The unique identifier of the workflow to deploy.

Response

Default Response

asyncResultId
string
required

The ID of the async result tracking the deployment progress.