Skip to content
Latest (currently 2026.7.0) has the newest features, bug fixes, and CVE patches of Solo Enterprise for agentregistry.

arctl runtime

Page as Markdown

Runtime bootstrap helpers.

Runtime records are managed declaratively: arctl apply -f runtime.yaml # create or update arctl get runtimes # list arctl get runtime NAME -o yaml # inspect arctl delete runtime NAME # remove

The subcommands below are bootstrap helpers only (e.g. arctl runtime setup bedrock-agent-core generates a CloudFormation template you apply outside the registry).

Usage

arctl runtime [command]

Available Commands

CommandDescription
setupGenerate runtime bootstrap configuration

Global flags

-h, --help: Display help information for the command.
--registry-token string: Registry bearer token (defaults to value of ARCTL_API_TOKEN env var).
--registry-url string: Registry URL (overrides ARCTL_API_BASE_URL env var; defaults to http://localhost:12121).