Bulk Stop Snapshot Topics
Stop snapshot for sources identified by the selected topics.
Accepts topic DB IDs, resolves them to their source connectors, and stops any running snapshots on those sources.
Note: Because snapshots run at the source level, stopping affects all topics for that source, not just the selected ones.
Automatically detects the running snapshot type (incremental or blocking) and uses the appropriate cancellation method:
- Incremental: Cancels via signal table, streaming continues.
- Blocking: Restarts the connector, streaming resumes after restart.
Returns partial success results — continues processing even if individual stop operations fail.
Documentation Index
Fetch the complete documentation index at: https://docs.streamkap.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Request model for bulk stop-snapshot operations at the topic level.
Accepts topic DB IDs to identify the source connectors whose snapshots should be stopped. Because a snapshot runs at the source level, stopping affects all topics for that source, not just the selected ones.
List of topic DB IDs (_id) to operate on.
1 - 500 elements