---
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
  - `confirmation` 'update_mission_control', 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
- `404` — Release tag not found
- `409` — Working tree is dirty or release provenance is invalid
- `429` — Too many update attempts
- `500` — unresolved $ref

---

[API](https://skmtc.net/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.net/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
