---
title: "POST /table/{tableId}/plugin-panel/{pluginPanelId}/install"
method: POST
path: "/table/{tableId}/plugin-panel/{pluginPanelId}/install"
tags: ["plugin-panel"]
---

# POST /table/{tableId}/plugin-panel/{pluginPanelId}/install

`POST /table/{tableId}/plugin-panel/{pluginPanelId}/install`

Install a plugin to a table plugin panel

## Path parameters

- `tableId` string, required
- `pluginPanelId` string, required

## Request body

- object
  - `name` string
  - `pluginId` string, required

## Response `201`

Plugin installed successfully.

- object
  - `name` string, required
  - `pluginId` string, required
  - `pluginInstallId` string, required

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/revisions/7515f3b33d79/schema)
