Health

Trigger self-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.

post/api/system/update

Response

Update initiated.

messagestring

Example response

{
  "message": "Update initiated. The server will restart shortly."
}

Changes