CreateRuntimeRequest
Datalayer Core / CreateRuntimeRequest
Interface: CreateRuntimeRequest
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:81
Request payload for creating a new runtime CreateRuntimeRequest
Properties
capabilities?
optional
capabilities:string
[]
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:91
Optional capabilities for the runtime
credits_limit?
optional
credits_limit:number
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:89
Maximum credits this runtime can consume
environment_name
environment_name:
string
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:83
Name of the environment to use
from?
optional
from:string
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:93
Optional source to create runtime from (e.g., snapshot ID)
given_name?
optional
given_name:string
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:87
Optional given name for the runtime
type?
optional
type:"notebook"
|"terminal"
|"job"
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:85
Type of runtime (e.g., 'notebook', 'terminal', 'job')