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.
/sources/bulk/stop-snapshotAuthorizationBearer token · headerrequiredapplication/jsonidsstring[] | nullList of entity IDs to perform the action on. Omit if using select_all=true.
Show propertiesHide properties
stringstringnullselect_allbooleanIf true, select all entities matching the filters
filtersBulkSelectionFilter | nullOptional filters when select_all=true
Show propertiesHide properties
source_idstring | nullFilter by source ID (for pipelines/destinations)
Show propertiesHide properties
stringnulldestination_idstring | nullFilter by destination ID (for pipelines/destinations)
Show propertiesHide properties
stringnullnullSuccessful Response
resultsBulkOperationResult[]requiredDetailed results for each entity
Show propertiesHide properties
BulkOperationResultidstringrequiredEntity ID
successbooleanrequiredWhether the operation succeeded
messagestring | nullSuccess message or error details
Show propertiesHide properties
stringnulldataobject | nullOptional data returned by the operation
Show propertiesHide properties
objectnullsummaryBulkOperationSummaryrequiredSummary statistics for a bulk operation.
Show propertiesHide properties
totalintegerrequiredTotal number of entities processed
succeededintegerrequiredNumber of successful operations
failedintegerrequiredNumber of failed operations
Validation Error
detailValidationError[]Show propertiesHide properties
ValidationErrorlocstring | integer[]requiredShow propertiesHide properties
string | integerstringintegermsgstringrequiredtypestringrequiredinputanyctxobject