Skip to main content

Type Alias: RuntimeStatusResponse

type RuntimeStatusResponse: components["schemas"]["RuntimeStatusResponse"];

Properties

PropertyTypeRequiredDescription
status"running" | "stopped" | "starting" | "stopping" | "unknown"YesRuntime status
serverCountnumberNoNumber of running servers
fleetDeploymentIdnumberNoFleet deployment ID
messagestringYesStatus message
runtimeVersionstringNoRuntime version this deployment is pinned to (null = legacy/unpinned) (example: "v1")
latestVersionstringNoThe latest available runtime version (example: "v1")
upgradeAvailablebooleanNoWhether a newer runtime version is available to upgrade to

Defined in

4Players/cortex-typescript-sdk/src/resources/functions.ts:23