Skip to main content

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.

truss container [OPTIONS] COMMAND [ARGS]...
Manage Docker containers for your Truss.

kill

Kill containers related to a specific Truss.
truss container kill [OPTIONS] [TARGET_DIRECTORY]

Arguments

TARGET_DIRECTORY
TEXT
A Truss directory. Defaults to current directory.
Example: Kill containers for the current Truss:
truss container kill

kill-all

Kill all Truss containers that are not manually persisted.
truss container kill-all [OPTIONS]
Example: Kill all Truss containers:
truss container kill-all

logs

Get logs from a running Truss container.
truss container logs [OPTIONS] [TARGET_DIRECTORY]

Options

}
--log
humanfriendly | W | WARNING | I | INFO | D | DEBUG
default:"humanfriendly"
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.

Arguments

TARGET_DIRECTORY
TEXT
A Truss directory. Defaults to current directory.
Example: View logs from the current Truss container:
truss container logs