---
title: "POST /plugin-manager/{id}/execute"
method: POST
path: "/plugin-manager/{id}/execute"
---

# POST /plugin-manager/{id}/execute

`POST /plugin-manager/{id}/execute`

Execute a command on the given plugin such as update, stop, start, restart.

## Path parameters

- `id` string, required

## Request body

- object
  - `command` 'update' | 'stop' | 'start' | 'restart', required — Command to execute.

## Response `204`

Command successfully executed.

## Other responses

- `400` — Bad request.
- `404` — Not found.
- `422` — Unprocessable Entity - The syntax is correct, but the server was unable to process the contained instructions.
- `500` — Internal Server Error - The server has encountered a situation it does not know how to handle.
- `501` — Not Implemented - the server does not support the functionality required to fulfill the request.

---

[API](https://skmtc.net/massalabs/apis/massastation.md) · [All operations](https://skmtc.net/massalabs/apis/massastation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/massalabs/massastation/versions/26b1a89baa49/schema)
