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: Streaming continues. Progress is preserved and can be resumed later.
Blocking snapshots: Streaming resumes after cancellation. 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