---
title: "Push an uploaded file to the same remote path on every host in a fleet"
method: POST
path: "/fleets/{id}/transfer/push"
tags: ["Fleets"]
---

# Push an uploaded file to the same remote path on every host in a fleet

`POST /fleets/{id}/transfer/push`

Fans out concurrently to every effective member host the caller has edit-level access to. Single file only (v1) - the file is buffered once server-side and written to each host via SFTP.

## Path parameters

- `id` integer, required

## Response `200`

Per-host push results.

## Other responses

- `404` — Fleet 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)
