Start/Stop sychronization of Nextcloud client programmatically

Is there a possibility to interact with the desktop client in order to switch on and off synchronization programmatically? - Running Win10
Scenario:
I’m running a (python) programm, where - while the program is running - sychronization should be switched off.
(a lot of files are created, changed and delete while the program is running, but finally only very few remain)
In order to reduce sychronization activity, especially in case of low bandwidth, I actually switch off and on synchronization manually. To avoid this, I would prefer to insert some kind of IPC into the python program, so no manual interference is necessary.

Any idea?
(Found nothing searching everything I could think of :slight_smile: