---
title: "Enable Plugin"
method: POST
path: "/claude-code/plugins/{plugin_name}/enable"
tags: ["claude_code_marketplace"]
---

# Enable Plugin

`POST /claude-code/plugins/{plugin_name}/enable`

Enable a disabled plugin.

Requires a proxy admin API key.

Parameters:
    - plugin_name: The name of the plugin to enable

## Path parameters

- `plugin_name` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-19** `c357baf422ab` — 2 info
  - api tag `claude_code_marketplace` added
  - api tag `Claude Code Marketplace` removed
- **2026-09-18** `082b5fabd909` — 4 info
  - api tag `Claude Code Marketplace` added
  - api tag `claude_code_marketplace` removed
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2026-09-16** `7afc3544d64d` — 1 info
  - endpoint added
- **2026-09-15** `b408bdb637df` — 1 breaking
  - api path removed without deprecation
- **2026-09-12** `0915d6a9ba99` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/flock/apis/litellm-api/changes/claude-code/plugins/:plugin_name/enable/post.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/731afbea6a1b?raw)
