Sean Kibler
02/05/2025, 9:29 PMkapa.ai
02/05/2025, 9:29 PMManual
frequency, the sync will not automatically run. It can be triggered by clicking the "Sync Now" button at any time through the UI or be triggered through the API." This implies that even for connections with scheduled syncs, including those using Cron, you can still manually trigger a sync using the "Sync Now" button. Additionally, if you're using the Airbyte API, you can trigger a manual sync using the /v1/connections/sync
endpoint, as mentioned in the [Airbyte API: Request for Input on Configuration API deprecation](https://github.com/airbytehq/airbyte/discussions/39433) discussion. Remember that manually triggering a sync doesn't affect the existing Cron schedule. The connection will continue to sync according to its Cron schedule in addition to any manual syncs you initiate.