---
title: "Enable or disable provider"
method: PATCH
path: "/v1/apps/{id}/providers/{providerId}/activation"
tags: ["Workspace API - Activation"]
---

# Enable or disable provider

`PATCH /v1/apps/{id}/providers/{providerId}/activation`

Enable or disable a provider

## Path parameters

- `id` string, required
- `providerId` string, required

## Request body

- WorkspaceEnableProviderBodyDto
  - `enabled` boolean, required — Whether to enable or disable the provider

## Response `200`

Provider updated successfully

## Other responses

- `401` — Invalid API key
- `404` — App not found

---

[API](https://skmtc.net/hopae/apis/hconnect-api.md) · [All operations](https://skmtc.net/hopae/apis/hconnect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hopae/hconnect-api/versions/ed6e97ac6f2f/schema)
