---
title: "Deploy module"
method: POST
path: "/api/deployModule"
tags: ["module"]
---

# Deploy module

`POST /api/deployModule`

Deploy the specified module onto every agent in the cluster

## Query parameters

- `id` string, required

## Response `200`

OK

- HttpDeployModuleResp
  - `code` integer — Semantic and usage follow HTTP statues code convention. https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
  - `message` string — A human readable message explain the details of the status.
  - `uid` string

---

[API](https://skmtc.dev/tricorder-observability/apis/untitled-api.md) · [All operations](https://skmtc.dev/tricorder-observability/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tricorder-observability/untitled-api/revisions/2a0bad9ea452/schema)
