Set Connector Status
set-connector-statusPause or resume all destinations in a connector to control data ingestion. Pausing stops the runtime; resuming restores it with committed offsets for at-least-once delivery.
Instructions
Purpose: Pause or resume every destination in one connector.
Behavior: paused removes the connector from the active runtime. active restores it with the same destination consumer groups, so Kafka resumes from their committed offsets subject to Kafka retention and at-least-once delivery.
Auth: Requires organization-admin access.
Safety: Confirm the exact organization, cluster, connector ID, and requested status. Pausing interrupts ingestion for all destinations until resumed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| cluster | No | RawTree cluster to use for this operation. | |
| connectorId | Yes | Connector ID returned by list-connectors or create-connector. | |
| organization | No | RawTree organization containing the target cluster. |