Skip to content

Runta CLI

The runta CLI manages runtime lifecycle, command execution, files, checkpoints, egress policy, secrets, TLS certificates, and declarative runtime configuration.

Terminal window
runta [OPTIONS] <COMMAND>
GroupCommands
SetupInstall the CLI and configure endpoint, token, logging, and JSON output.
Runtime CommandsCreate, list, inspect, resize, pause, resume, stop, delete, and execute commands in runtimes.
FilesCopy files or directories between the local machine and a runtime.
Declarative ConfigApply or delete runtimes from JSON configuration files.
CheckpointsCreate, restore, list, and delete runtime checkpoints through the snapshot command group.
EgressManage runtime egress allowlists and inspect egress audit events.
SecretsStore tenant credentials and manage runtime-scoped injection rules.
TLSGenerate local mTLS certificate material.
CommandDescription
runta runCreate a new runtime.
runta psList runtimes.
runta execRun a command inside a runtime.
runta inspectShow detailed runtime information.
runta rmRemove one or more runtimes.
runta deleteDelete runtimes declared in a config file.
runta shutdownShut down a runtime.
runta bootBoot a stopped runtime.
runta pausePause a running runtime.
runta resumeResume a paused runtime.
runta resizeResize runtime resources.
runta snapshotManage runtime checkpoints through the CLI snapshot command group.
runta cpCopy files between the local machine and a runtime.
runta applyApply declarative runtime configuration from a JSON file.
runta egressManage per-runtime egress controls and audit events.
runta secretManage tenant stored credentials and injection rules.
runta tlsManage TLS certificates.