using the airbyte api how can I control which stre...
# ask-ai
d
using the airbyte api how can I control which streams to sync
u
To control which streams to sync using Airbyte, you would typically do this through the Airbyte UI. However, the provided knowledge sources do not contain specific information on how to do this using the Airbyte API. Here's how you would do it via the UI: 1. In the Airbyte UI, click Connections and then click the connection you want to change. 2. Click the Schema tab. All the streams Airbyte has discovered from your source will appear. 3. Toggle Sync on or off for your selected stream. To select or deselect all streams at once, use the summary toggle in the table header. To select or deselect an individual stream, use the toggle in its row. For more details, you can refer to the [Configuring Schemas](https://docs.airbyte.com/using-airbyte/configuring-schema) section in the Airbyte documentation. For API-specific instructions, I recommend checking the Airbyte API documentation or reaching out to the Airbyte support team.