Cancel an in-progress snapshot with automatic type detection.
This endpoint automatically detects the type of snapshot currently running and uses the appropriate cancellation method:
Incremental/Filtered snapshots: Cancelled via signal table. Streaming continues. Progress is preserved and can be resumed later.
Blocking snapshots: Cancelled via connector restart. Streaming resumes after restart. Partial progress is lost - must re-trigger if needed.
Returns 404 if no snapshot is currently running for the specified source.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Execute Snapshot Body
Column name to use as surrogate primary key for all tables during snapshot chunking. Useful for tables without primary keys or when a more efficient column exists for chunking.
Successful Response