---
title: "Initiate Ingestion Suspension"
method: POST
path: "/v1/config/ingestion/suspend"
tags: ["Suspensions"]
---

# Initiate Ingestion Suspension

`POST /v1/config/ingestion/suspend`

First step in suspending ingestion for the instance. Returns a token for use in /suspend/confirm to actually stop ingestion

## Response `200`

Token to be used in /suspend/confirm

- object
  - `token` string, uuid4

---

[API](https://skmtc.net/mezmo/apis/pipeline-api.md) · [All operations](https://skmtc.net/mezmo/apis/pipeline-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mezmo/pipeline-api/revisions/fb2535545d90/schema)
