Skip to main content

CreateRuntimeRequest

Datalayer Core


Datalayer Core / CreateRuntimeRequest

Interface: CreateRuntimeRequest

Defined in: src/models/RuntimeDTO.ts:80

Request payload for creating a new runtime CreateRuntimeRequest

Properties

capabilities?

optional capabilities: string[]

Defined in: src/models/RuntimeDTO.ts:90

Optional capabilities for the runtime


credits_limit?

optional credits_limit: number

Defined in: src/models/RuntimeDTO.ts:88

Maximum credits this runtime can consume


environment_name

environment_name: string

Defined in: src/models/RuntimeDTO.ts:82

Name of the environment to use


from?

optional from: string

Defined in: src/models/RuntimeDTO.ts:92

Optional source to create runtime from (e.g., snapshot ID)


given_name?

optional given_name: string

Defined in: src/models/RuntimeDTO.ts:86

Optional given name for the runtime


type?

optional type: "notebook" | "terminal" | "job"

Defined in: src/models/RuntimeDTO.ts:84

Type of runtime (e.g., 'notebook', 'terminal', 'job')