Skip to main content

CreateRuntimeCheckpointRequest

Agent Runtimes


Agent Runtimes / api/runtimes/checkpoints / CreateRuntimeCheckpointRequest

Interface: CreateRuntimeCheckpointRequest

Defined in: src/api/runtimes/checkpoints.ts:60

Request payload for creating a checkpoint.

Properties

agentspec?

optional agentspec?: Record<string, any>

Defined in: src/api/runtimes/checkpoints.ts:70

Full agentspec payload to persist


agentspec_id?

optional agentspec_id?: string

Defined in: src/api/runtimes/checkpoints.ts:68

Agentspec identifier


description?

optional description?: string

Defined in: src/api/runtimes/checkpoints.ts:66

Checkpoint description


metadata?

optional metadata?: Record<string, any>

Defined in: src/api/runtimes/checkpoints.ts:72

Additional metadata


name?

optional name?: 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