Is it possible to sync a single stream for a conne...
# ask-community-for-troubleshooting
a
Is it possible to sync a single stream for a connection with hundreds of streams without syncing all streams?
k
A message from kapa.ai
Yes, it is possible to sync a single stream for a connection with hundreds of streams without syncing all streams. You can achieve this by creating a new connection with only the specific stream you want to sync enabled. When creating the connection using the API, you can use
POST /v1/connections/create
and only specify the stream you want in the
syncCatalog
object [source](https://airbytehq.slack.com/archives/C021JANJ6TY/p1664806391341589). However, keep in mind that this approach will require you to manage multiple connections for different streams.