tofupilot parts
Last updated on May 21, 2026
The parts command manages Parts.
ls
The ls subcommand lists parts. Filters are --limit, --cursor, --search-query, --procedure-ids, --sort-by, and --sort-order.
tofupilot parts lsget
The get subcommand fetches a part by number.
tofupilot parts get --number PCB01create
The create subcommand creates a part. The required flag is --number, and optional flags are --name and --revision-number.
tofupilot parts create --number PCB01 --name "Main board"update
The update subcommand updates a part by number, and optional flags are --new-number and --name.
tofupilot parts update --number PCB01 --name "Main control board"rm
The rm subcommand deletes a part by number.
tofupilot parts rm --number PCB01How is this guide?