CreateRuntimeSnapshotRequest
Datalayer Core / CreateRuntimeSnapshotRequest
Interface: CreateRuntimeSnapshotRequest
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:133
Request payload for creating a runtime snapshot CreateRuntimeSnapshotRequest
Properties
description
description:
string
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:139
Description of the snapshot
name
name:
string
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:137
Name for the snapshot
pod_name
pod_name:
string
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:135
Pod name of the runtime to snapshot
stop
stop:
boolean
Defined in: tech/datalayer/core/src/api/types/runtimes.ts:141
Whether to stop the runtime after creating snapshot