Skip to main content

Type Alias: StopRuntimeResponse

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

Properties

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

Defined in

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