v5

OpenAPI 3.1.02026-07-31129337684.6 KB
Workflows

Update Workflow Concurrency

Update the per-workflow concurrency limit.

  • Set max_concurrent_runs to a positive integer to cap concurrent executions for this workflow.
  • Set to 0 or null to remove the per-workflow limit (only team-level limit applies).
patch/workflows/v1/workflows/{workflow_id}/concurrency

Path parameters

workflow_idstring required
Example:5eb7cf5a86d9755df3a6c593

Request body

max_concurrent_runsinteger nullable

Maximum concurrent runs for this workflow. Set to 0 or None to remove the per-workflow limit (team-level limit still applies).

Response

Successful Response

workflow_idstring required
max_concurrent_runsinteger nullable required
messagestring required