---
title: "Update Mission Control to a specific version"
method: POST
path: "/api/releases/update"
tags: ["Releases"]
---

# Update Mission Control to a specific version

`POST /api/releases/update`

## Request body

- object
  - `targetVersion` string, required

## Response `200`

Update result

- object
  - `success` boolean
  - `previousVersion` string
  - `newVersion` string
  - `tag` string
  - `restartRequired` boolean

## Other responses

- `400` — Invalid request
- `401` — Authentication required
- `403` — Insufficient permissions
- `409` — Working tree has uncommitted changes

## Changes

- **2026-03-21** `6f26b67f7a0a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/builderz-labs/apis/mission-control-api/changes/api/releases/update/post.md)

---

[API](https://skmtc.dev/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.dev/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc.dev/builderz-labs/apis/mission-control-api/revisions/6f26b67f7a0a?raw)
