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

# Confirm Ingestion Suspension

`POST /v1/config/ingestion/suspend/confirm`

After /suspend is called, a token is returned for use with this route as a confirmation.

## Request body

- object
  - `token` string, uuid4

## Response `200`

OK

- object
  - `status` string

## Other responses

- `400` — Bad Suspend Token
- `500` — Failed to fetch ingestion status

---

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