---
title: "Set unit status (POST)"
method: POST
path: "/units/status"
tags: ["Units"]
---

# Set unit status (POST)

`POST /units/status`

Alias of `PATCH /units/status`.

## Request body

- UnitStatusBody
  - `callsign` string, required
  - `status` string, required — `AVAILABLE` (`10-8`), `BUSY` (`10-6`), `EN_ROUTE` (`20-17`), `ON_SCENE` (`10-23`), `OFF_DUTY` (`10-7`)

## Response `200`

Status updated

- object

## Other responses

- `400` — Bad input / ER:LC not configured / civilian disabled
- `401` — Missing or invalid key
- `403` — Insufficient scope or cross-panel serverId

---

[API](https://skmtc.dev/anchr/apis/anchor-open-developer-api.md) · [All operations](https://skmtc.dev/anchr/apis/anchor-open-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/anchr/anchor-open-developer-api/revisions/3a14d4cb4985/schema)
