---
title: "Reset Existing Source"
method: POST
path: "/sources/{source_id}/reset"
tags: ["Sources"]
---

# Reset Existing Source

`POST /sources/{source_id}/reset`

Reset a source connector by stopping it, deleting offsets, and resuming it.
This will treat the connector as brand new and perform an initial snapshot.

## Path parameters

- `source_id` string, nullable, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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