---
title: "Add a host to a fleet's static membership"
method: POST
path: "/fleets/{id}/members"
tags: ["Fleets"]
---

# Add a host to a fleet's static membership

`POST /fleets/{id}/members`

## Path parameters

- `id` integer, required

## Request body

- object
  - `hostId` number

## Response `200`

Host added.

## Other responses

- `404` — Fleet or host not found.

---

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