Bulk Stop Snapshot Sources
Sources
Bulk Stop Snapshot Sources
Stop snapshot on multiple sources in parallel.
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
Uses lower concurrency to avoid overwhelming Kafka Connect.
Supports two modes for source selection:
- Explicit IDs: Pass a list of source IDs
- Select all: Set select_all=true with optional filters
Returns partial success results - continues processing even if individual stop operations fail.
POST
Bulk Stop Snapshot Sources
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
application/json
Request model for bulk state-change operations (stop, resume, reset, snapshot).