Python
Integrations
Set integration enabled
Enable or disable the specified integration. When disabling, all currently running syncs will be cancelled.
PUT
Python
All authentication credentials and configuration are preserved. Syncs can be resumed by re-enabling the integration. You may use this to, for example, pause syncing for customers that are temporarily not using the integration.Documentation Index
Fetch the complete documentation index at: https://docs.kombo.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
PUT /integrations/:integration_id/enabled Parameter
Body
application/json
PUT /integrations/:integration_id/enabled Request body
The desired state of the integration (e.g., true for enabled, false for disabled).