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.
tofupilot deployments ls --procedure-ids proc_abc --environments productionget
The get subcommand fetches a single deployment by ID.
tofupilot deployments get --id dep_abc123How is this guide?