---
title: "Trigger self-update"
method: POST
path: "/api/system/update"
tags: ["Health"]
---

# Trigger self-update

`POST /api/system/update`

Instructs this Sencho instance to pull the latest Docker image and recreate its own container.
Returns 202 immediately; the actual update happens asynchronously after the response is sent.
Requires the instance to be deployed via Docker Compose with the Docker socket mounted.

## Response `202`

Update initiated.

- object
  - `message` string

## Other responses

- `401` — Authentication required. Provide a valid Bearer token.
- `503` — Self-update not available (not running in Docker Compose).

## Changes

- **2026-04-05** `7464894ea582` — 2 warning, 2 info
  - added the new `PAID_REQUIRED` enum value to the `code` response property for the response status `401`
  - added the new `PAID_REQUIRED` enum value to the `code` response property for the response status `503`
  - removed the `PRO_REQUIRED` enum value from the `code` response property for the response status `401`
  - removed the `PRO_REQUIRED` enum value from the `code` response property for the response status `503`
- **2026-04-03** `6ae05a2b2286` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/studio-saelix/apis/sencho-api/changes/api/system/update/post.md)

---

[API](https://skmtc.dev/studio-saelix/apis/sencho-api.md) · [All operations](https://skmtc.dev/studio-saelix/apis/sencho-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/studio-saelix/sencho-api/revisions/ae0afff8a96e/schema)
