---
title: "Pause Sync"
method: POST
path: "/v1/sources/{source_id}/sync/pause"
tags: ["sources"]
---

# Pause Sync

`POST /v1/sources/{source_id}/sync/pause`

Pause automatic syncing for a source connection.

## Path parameters

- `source_id` string, uuid, required

## Response `200`

Successful Response

- SyncControlResponse
  - `source_connection_id` string, required
  - `action` string, required
  - `status` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ontora/apis/ontora-api.md) · [All operations](https://skmtc.dev/ontora/apis/ontora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontora/ontora-api/revisions/7f57037fd94b/schema)
