tofupilot deployments

Last updated on June 16, 2026

The deployments command inspects Deployments, the built procedure versions that stations pull and run.

ls

The ls subcommand lists and filters deployments. The full filter list is: --procedure-ids, --environments, --build-statuses, --pushed, --branch-names, --author-usernames, --deployed-after, --deployed-before, --search-query, --limit, and --cursor.

list deployments
tofupilot deployments ls --procedure-ids proc_abc --environments production

get

The get subcommand fetches a single deployment by ID.

get deployment
tofupilot deployments get --id dep_abc123

How is this guide?

On this page