---
title: "POST /plugins/pull"
method: POST
path: "/plugins/pull"
---

# POST /plugins/pull

`POST /plugins/pull`

Install a plugin

## Query parameters

- `remote` string, required
- `name` string

## Headers

- `X-Registry-Auth` string

## Request body

- PluginPrivilege[]
  - `Name` string
  - `Description` string
  - `Value` string[]

## Response `204`

There is no content to send for this request, but the headers may be useful.

## Changes

- **2026-02-14** `31f80d10d31a` — 2 breaking, 2 info
  - request body became required
  - removed the media type `text/plain` from the request body
  - api tag `Plugin` removed
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/hexlet/apis/docker-engine-api/changes/plugins/pull/post.md)

---

[API](https://skmtc.dev/hexlet/apis/docker-engine-api.md) · [All operations](https://skmtc.dev/hexlet/apis/docker-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hexlet/docker-engine-api/revisions/7dbd508c79cf/schema)
