---
title: "Set integration enabled"
method: PUT
path: "/integrations/{integration_id}/enabled"
tags: ["General"]
---

# Set integration enabled

`PUT /integrations/{integration_id}/enabled`

Enable or disable the specified integration. When disabling, all currently running syncs will be cancelled.

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.

## Path parameters

- `integration_id` string, required

## Request body

- PutIntegrationsIntegrationIdEnabledRequestBody
  - `value` boolean, required — The desired state of the integration (e.g., `true` for enabled, `false` for disabled).

## Response `200`

PUT /integrations/:integration_id/enabled Positive response

- PutIntegrationsIntegrationIdEnabledPositiveResponse
  - `status` 'success', required
  - `data` object, required

## Other responses

- `default` — The standard error response with just the platform error codes.

---

[API](https://skmtc.net/kombo/apis/kombo-api.md) · [All operations](https://skmtc.net/kombo/apis/kombo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kombo/kombo-api/revisions/1e45035b96d3/schema)
