v34

latestOpenAPI 3.1.0AGPL-3.0-onlyraw.githubusercontent.com2026-08-018932140.9 KB
Health

Instance metadata

Returns this Sencho instance's version and list of supported capabilities. No authentication required. Used by nodes to negotiate feature compatibility.

get/api/meta

Response

Instance metadata.

versionstring required

Sencho version (semver).

capabilitiesstring[] required

List of feature capabilities this instance supports.

imagePinKind'floating' | 'semver' | 'digest' | 'unknown' nullable

How the Sencho service image is pinned in the operator's compose file. Omitted when self-update is unavailable or the compose file could not be read.

updateBlockedboolean

True when the image is pinned in a way Fleet cannot repin automatically (digest or unresolved value).

updateErrorstring

Error from the last failed self-update attempt, when present.

Example response

{
  "version": "0.32.0",
  "capabilities": [
    "stacks",
    "containers",
    "fleet",
    "auto-updates",
    "host-console"
  ]
}