CreateRuntimeCheckpointRequest
Agent Runtimes / api/runtimes/checkpoints / CreateRuntimeCheckpointRequest
Interface: CreateRuntimeCheckpointRequest
Defined in: src/api/runtimes/checkpoints.ts:60
Request payload for creating a checkpoint.
Properties
agentspec?
optionalagentspec?:Record<string,any>
Defined in: src/api/runtimes/checkpoints.ts:70
Full agentspec payload to persist
agentspec_id?
optionalagentspec_id?:string
Defined in: src/api/runtimes/checkpoints.ts:68
Agentspec identifier
description?
optionaldescription?:string
Defined in: src/api/runtimes/checkpoints.ts:66
Checkpoint description
metadata?
optionalmetadata?:Record<string,any>
Defined in: src/api/runtimes/checkpoints.ts:72
Additional metadata
name?
optionalname?:string
Defined in: src/api/runtimes/checkpoints.ts:64
Human-readable name
runtime_uid
runtime_uid:
string
Defined in: src/api/runtimes/checkpoints.ts:62
Runtime UID of the runtime that was checkpointed