Utility
Health checks, shell completions, and other utilities.
health
Check connectivity to the Letta server.
lettactl health [options]Options
| Flag | Type | Description |
|---|---|---|
| --output, -o | json | Output format (json for CI scripts) |
Examples
Health check
lettactl healthCI-friendly
lettactl health -o jsoncompletion
Generate shell completion scripts for tab-completion of commands and flags.
lettactl completion <shell>Examples
Bash
lettactl completion bash >> ~/.bashrcZsh
lettactl completion zsh >> ~/.zshrcFish
lettactl completion fish > ~/.config/fish/completions/lettactl.fishNotes
Supported shells: bash, zsh, fish