Documentation Index
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
config.yaml of a deployed model from Baseten and prints it to stdout. Use this to inspect the exact configuration a deployment is running, or to recover a config when the original source is unavailable.
By default, the command prints the original config.yaml that was uploaded with the deployment. If no original is stored, it prints the parsed config rendered as YAML. Pass --output json to get the full structured response.
Options
}Name of the remote in
.trussrc. If omitted, Truss prompts to select one.ID of the model.
ID of the deployment.
Output format.
text (default) prints the original config.yaml (or the parsed config rendered as YAML if no original is stored). json emits the full response (config, raw_config) as JSON to stdout.Logging verbosity.
humanfriendly (default) is pretty-printed; INFO, DEBUG, WARNING produce structured logs.--non-interactive
Disable interactive prompts. Use in CI/automated contexts where stdin isn’t a TTY.