Skip to main content

Type Alias: StartRuntimeResponse

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

Properties

PropertyTypeRequiredDescription
messagestringYesStatus message (example: "Runtime started successfully")
status"running" | "stopped" | "starting" | "stopping" | "unknown"YesNew runtime status

Defined in

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