---
title: "Set fixed position"
method: POST
path: "/api/position/fixed"
tags: ["position"]
---

# Set fixed position

`POST /api/position/fixed`

Sets a fixed GPS position on the Meshtastic device via admin message

## Request body

- object
  - `altitude` integer
  - `latitude` number
  - `longitude` number

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `503` — Service Unavailable

---

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