Skip to content

Checkpoints

A checkpoint is a point-in-time capture of a runtime’s state, writable filesystem changes, and restore metadata such as vCPU, memory, CPU architecture, and pinned image hashes.

Terminal window
runta checkpoint create <runtime_name> <checkpoint_name>
Terminal window
runta checkpoint restore [OPTIONS] <checkpoint_name> <runtime_name>
OptionDescription
-p, --publish <ingress_spec>Repeatable ingress rule to attach to the restored runtime, for example 8080/http.
Terminal window
runta checkpoint ls [OPTIONS]

Alias: runta checkpoint list.

OptionDescription
--allInclude system-managed idle checkpoints.
Terminal window
runta checkpoint rm <checkpoint_name>