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.

list batches
tofupilot batches ls --part-numbers PCB01

get

The get subcommand fetches a batch by number.

get batch
tofupilot batches get --number BATCH-2026-05

create

The create subcommand creates a batch, and the only required flag is --number.

create batch
tofupilot batches create --number BATCH-2026-05

update

The update subcommand renames a batch. Required flags are --number (current) and --new-number.

rename batch
tofupilot batches update --number BATCH-2026-05 --new-number BATCH-2026-05B

rm

The rm subcommand deletes a batch by number.

delete batch
tofupilot batches rm --number BATCH-2026-05

How is this guide?

On this page