---
title: "Set all destinations to 'paused' state"
method: POST
path: "/actions/pause-all"
tags: ["Actions"]
---

# Set all destinations to 'paused' state

`POST /actions/pause-all`

Pause all destinations so that they will not be updated during future scheduled transfers. (Will not affect manual transfers initatied via the /transfer endpoint.)

## Response `200`

OK

- object
  - `status` 'success', required
  - `data` NoResponseBody, required
  - `message` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/prequel/apis/prequel-data-export.md) · [All operations](https://skmtc.dev/prequel/apis/prequel-data-export/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prequel/prequel-data-export/revisions/09c662a871f8/schema)
