cURL
curl --request POST \ --url https://api.nango.dev/sync/pause \ --header 'Content-Type: application/json' \ --data '{ "provider_config_key": "<string>", "connection_id": "<string>", "syncs": [ "<string>" ] }'
This response does not have an example.
Pauses the schedule of specified sync(s) for a given connection or all applicable connections if no connection is specified.
The ID of the integration that you established within Nango.
A list of sync names that you wish to pause.
The ID of the connection. If omitted, the syncs will be paused for all relevant connections.
Successfully paused the sync
Was this page helpful?