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.

list parts
tofupilot parts ls

get

The get subcommand fetches a part by number.

get part
tofupilot parts get --number PCB01

create

The create subcommand creates a part. The required flag is --number, and optional flags are --name and --revision-number.

create part
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.

rename part
tofupilot parts update --number PCB01 --name "Main control board"

rm

The rm subcommand deletes a part by number.

delete part
tofupilot parts rm --number PCB01

How is this guide?

On this page