tofupilot stations

Last updated on May 21, 2026

The stations command manages Stations.

ls

The ls subcommand lists stations. Filters are --limit, --cursor, --search-query, and --procedure-ids.

list stations
tofupilot stations ls --procedure-ids proc_abc

get

The get subcommand fetches a station by ID.

get station
tofupilot stations get --id station_abc

get-current

The get-current subcommand returns the station the CLI is logged in as, which is useful in scripts running on a station.

current station
tofupilot stations get-current

create

The create subcommand creates a station. The required flag is --name, and --procedure-id is optional to link at creation time.

create station
tofupilot stations create --name "Test Bench #1" --procedure-id proc_abc

update

The update subcommand updates a station by ID, and optional flags are --name, --image-id, and --team-id.

rename station
tofupilot stations update --id station_abc --name "Bench A"

rm

The rm subcommand deletes a station by ID.

delete station
tofupilot stations rm --id station_abc

How is this guide?

On this page