tofupilot batches
Last updated on May 21, 2026
The batches command manages production Batches.
ls
The ls subcommand lists batches. Filters are --ids, --numbers, --created-after, --created-before, --limit, --cursor, --search-query, --part-numbers, --revision-numbers, --sort-by, and --sort-order.
tofupilot batches ls --part-numbers PCB01get
The get subcommand fetches a batch by number.
tofupilot batches get --number BATCH-2026-05create
The create subcommand creates a batch, and the only required flag is --number.
tofupilot batches create --number BATCH-2026-05update
The update subcommand renames a batch. Required flags are --number (current) and --new-number.
tofupilot batches update --number BATCH-2026-05 --new-number BATCH-2026-05Brm
The rm subcommand deletes a batch by number.
tofupilot batches rm --number BATCH-2026-05How is this guide?
tofupilot attachments
Drive the TofuPilot two-step upload directly from the terminal to script raw multipart uploads of reports, logs, and images outside the run flow.
tofupilot config
Inspect the local TofuPilot CLI configuration including dashboard URL, station ID, terminal and kiosk UI modes, and runtime settings.