paperclip_disable_plugin
Disable an active plugin by key without uninstalling, preserving configuration for later reactivation.
Instructions
⚠ Board-only: Disable an active plugin by its key without uninstalling it.
Args:
pluginKey: string — Plugin key (e.g. 'paperclip.hello-world-example'). URL-encoded automatically.
Returns: Updated plugin object with new status confirming the plugin is now disabled.
Examples:
Use when: temporarily deactivating a plugin without losing its installation or configuration
Don't use when: you want to permanently remove the plugin — use the uninstall flow instead; disabling is reversible
Error Handling:
404: plugin not found → verify pluginKey with paperclip_list_plugins
401: authentication failed → check PAPERCLIP_API_KEY
403: permission denied → this tool requires a board (human-user) API key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pluginKey | Yes | Plugin key (e.g. 'paperclip.hello-world-example' or '@acme/plugin-linear') |