---
title: "Upgrade codeplane"
method: POST
path: "/global/upgrade"
---

# Upgrade codeplane

`POST /global/upgrade`

Upgrade codeplane to the specified version or latest if not specified.

## Request body

- object
  - `target` string

## Response `200`

Upgrade result

- union
  - object
    - `success` true, required
    - `version` string, required
    - `restart` boolean
    - `restartRequired` boolean
    - `skipped` boolean
    - `method` string
  - object
    - `success` false, required
    - `error` string, required

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.dev/isogonic/apis/codeplane.md) · [All operations](https://skmtc.dev/isogonic/apis/codeplane/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/isogonic/codeplane/revisions/e787ab2e6692/schema)
