latestOpenAPI 3.0.02026-08-0819201.1 MB
411f9f98c01e
contracts
Suspends all flows in the specified contract
Suspends all active and inactive flows (excluding debug and retry flows) in all workspaces of the specified contract. You need to have the contracts.contract.suspend_flows permission to access this resource. This endpoint is primarily intended for use by the WIPER service account when quota limits are exceeded.
post/contracts/{contract_id}/flows/suspend
Path parameters
contract_idstring required
Contract identifier
Query parameters
reasonstring
Example:quota-overlay
Optional reason for suspension. Use quota-overlay when suspending due to quota limits exceeded. When set to quota-overlay, flows will be marked with suspendedByQuota field.
Response
Accepted