Type Alias: RuntimeStatusResponse
Properties
| Property | Type | Required | Description |
|---|---|---|---|
status | "running" | "stopped" | "starting" | "stopping" | "unknown" | Yes | Runtime status |
serverCount | number | No | Number of running servers |
fleetDeploymentId | number | No | Fleet deployment ID |
message | string | Yes | Status message |
runtimeVersion | string | No | Runtime version this deployment is pinned to (null = legacy/unpinned) (example: "v1") |
latestVersion | string | No | The latest available runtime version (example: "v1") |
upgradeAvailable | boolean | No | Whether a newer runtime version is available to upgrade to |
Defined in
4Players/cortex-typescript-sdk/src/resources/functions.ts:23