Stop Blocking Snapshot
Sources
Stop Blocking Snapshot
Stop a blocking snapshot for the specified source.
This endpoint stops an in-progress blocking snapshot by restarting the connector. The snapshot will be marked as cancelled and streaming will resume.
POST
Stop Blocking Snapshot
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
Execute Blocking Snapshot Body.
Blocking snapshots pause streaming during the snapshot operation and use Debezium's initial snapshot process. They are useful for:
- Snapshotting keyless tables (which incremental snapshots cannot handle)
- Snapshotting large tables faster than incremental snapshots
- Adding new tables while the connector is running
Note: additional_conditions filters are not supported for blocking snapshots.
Response
Successful Response