---
title: "Update plugin"
method: GET
path: "/api/plugin/{RepoName}/upgrade"
tags: ["plugin"]
---

# Update plugin

`GET /api/plugin/{RepoName}/upgrade`

Pull in git updates for plugin {RepoName}. Before the plugin's own fpp_upgrade.sh (or fpp_install.sh) runs, its declared dependencies are reconciled against the new version: newly declared apt, Python and script dependencies are installed, and package claims the new version no longer declares are released (apt-removed once nothing else needs them). A newly declared dependency plugin is reported, not installed -- the operator has to see its privacy disclosure on the Plugins page. Supports ?stream=true.

## Response `200`

Plugin upgraded

- object

## Changes

- **2026-09-15** `a923e87eff94` — 6 warning
  - removed the optional property `Code` from the response with the `200` status
  - removed the optional property `Message` from the response with the `200` status
  - removed the optional property `Status` from the response with the `200` status
  - removed the optional property `pending` from the response with the `200` status
  - …2 more
- **2026-09-14** `b6816e82545e` — 6 info
  - added the optional property `Code` to the response with the `200` status
  - added the optional property `Message` to the response with the `200` status
  - added the optional property `Status` to the response with the `200` status
  - added the optional property `pending` to the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/falconchristmas/apis/fpp-api/changes/api/plugin/:RepoName/upgrade/get.md)

---

[API](https://skmtc.dev/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.dev/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc.dev/falconchristmas/apis/fpp-api/revisions/ebedbd639342?raw)
