---
title: "Suspends the specified contract"
method: POST
path: "/contracts/{contract_id}/suspend"
tags: ["contracts"]
---

# Suspends the specified contract

`POST /contracts/{contract_id}/suspend`

You need to have the `Service Account` record type or the `TenantAdmin` role to access this resource. The process is asynchronous. Suspending is completed once all of the flows in a given Contract will be stopped. While the contract gets suspended, all the writing requests will be rejected.

## Path parameters

- `contract_id` string, required

## Response `202`

Accepted

- object

## 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)
