---
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

---

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