---
title: "Gets update status of the Contao Manager"
method: GET
path: "/api/server/self-update"
tags: ["Server Configuration"]
---

# Gets update status of the Contao Manager

`GET /api/server/self-update`

## Response `200`

The update status.

- object
  - `current_version` string — Current version of the Contao Manager.
  - `latest_version` string — Latest available version of the Contao Manager.
  - `channel` 'stable' | 'dev'
  - `supported` boolean — False if the current build cannot be updated.
  - `error` string — Error information if the request for the latest version failed.

## Other responses

- `501` — If version is a development build that cannot be updated.

---

[API](https://skmtc.net/contao/apis/contao-manager-api.md) · [All operations](https://skmtc.net/contao/apis/contao-manager-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/contao/contao-manager-api/revisions/074d8046de13/schema)
