---
title: "Resumes all quota-suspended flows in the specified contract"
method: POST
path: "/contracts/{contract_id}/flows/resume-quota-suspended"
tags: ["contracts"]
---

# Resumes all quota-suspended flows in the specified contract

`POST /contracts/{contract_id}/flows/resume-quota-suspended`

Resumes all flows that were suspended due to quota limits (excluding debug and retry flows) in all workspaces of the specified contract.
You need to have the `contracts.contract.resume_quota_suspended_flows` permission to access this resource.
This endpoint is primarily intended for use by the WIPER service account when quota limits are restored.

## Path parameters

- `contract_id` string, required

## Response `202`

Accepted

- object
  - `resumed` integer, required — Number of flows successfully resumed
  - `errors` object[] — List of errors that occurred during resume (if any)
    - `flowId` string
    - `error` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/elastic/apis/elastic-io-rest-api-documentation-v2.md) · [All operations](https://skmtc.net/elastic/apis/elastic-io-rest-api-documentation-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elastic/elastic-io-rest-api-documentation-v2/revisions/411f9f98c01e/schema)
