Utility

Health checks, shell completions, and other utilities.

health

Check connectivity to the Letta server.

lettactl health [options]

Options

FlagTypeDescription
--output, -ojsonOutput format (json for CI scripts)

Examples

Health check
lettactl health
CI-friendly
lettactl health -o json

completion

Generate shell completion scripts for tab-completion of commands and flags.

lettactl completion <shell>

Examples

Bash
lettactl completion bash >> ~/.bashrc
Zsh
lettactl completion zsh >> ~/.zshrc
Fish
lettactl completion fish > ~/.config/fish/completions/lettactl.fish

Notes

Supported shells: bash, zsh, fish