Docs Menu
Docs Home
/
MongoDB Cluster-to-Cluster Sync
/

mongosync API Endpoints

start
Starts the synchronization session between a source and destination cluster.
progress
Returns either an updated status of the synchronization session or an error.
pause
Pauses the current synchronization session.
resume
Resumes a paused synchronization session based on data stored on the destination cluster.
commit
Finalizes the synchronization session between the source cluster and the destination cluster.
reverse
Reverses the direction of a committed synchronization session.

Back

Configuration