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

# Disable Plugin

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

Disable a plugin without deleting it.

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

## Path parameters

- `plugin_name` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-27** `4a06c3148b6c` — 1 info
  - endpoint added
- **2026-08-19** `8fbaab4fc7c5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/claude-code/plugins/:plugin_name/disable/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-service-production.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/4a06c3148b6c/schema)
