---
title: "Enable a plugin"
method: POST
path: "/api/v1/plugins/{plugin_id}/enable"
tags: ["v1", "plugins"]
---

# Enable a plugin

`POST /api/v1/plugins/{plugin_id}/enable`

Enable a specific plugin.

## Path parameters

- `plugin_id` string, required

## Response `200`

Successful Response

- PluginResponse — Standard response for plugin operations.
  - `success` boolean, required — Whether the operation was successful
  - `message` string, required — Response message
  - `data` object, nullable — Additional data if available

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/reach-systems-tech/apis/reelapi-v1.md) · [All operations](https://skmtc.net/reach-systems-tech/apis/reelapi-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reach-systems-tech/reelapi-v1/versions/1dd366a9c6a3/schema)
