---
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}`. Supports an optional `?stream=true` query parameter for streaming output.

## 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/a923e87eff94?raw)
