Reset Output Connector
Reset an output connector configured in snapshot_and_follow mode.
This clears buffered output, asks the sink to reset itself, and then replays a full snapshot before resuming incremental updates.
Authentication
| Scheme | Type | Details |
|---|---|---|
JSON web token (JWT) or API key | Bearer token | Authorization header · Use a JWT token obtained via an OAuth2/OIDC login workflow or an API key obtained via the `/v0/api-keys` endpoint. |
Parameters
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
pipeline_name | string | Yes | Unique pipeline name |
view_name | string | Yes | SQL view name |
connector_name | string | Yes | Output connector name |
Response
Output connector reset request has been processed
curl -X POST '/v0/pipelines/{pipeline_name}/views/{view_name}/connectors/{connector_name}/reset' \
-H 'Authorization: Bearer YOUR_TOKEN'