Latest ship outcome
ship status reports whether the latest ship succeeded, is still building, or failed. A failure is classified by stage, including build, deploy, platform, pre-build, or security review, and includes a customer-facing reason. --logs prints the platform-provided snippet when one is available.
The customer-facing API for this view is GET /v2/compute/funcs/{id}/ship_inspection.
Deployment history
deployments shows one row per ship, newest first: when it was shipped, who shipped it, how it ended, build duration, the active revision, and — for failed ships — the failure stage and reason reported by the platform.
Each failed ship keeps its own failure reason. A build that fails before producing an image has no revision id and is not a rollback target.
The deployment-history API is GET /v2/compute/funcs/{id}/revisions. See the API Reference.
For rollback behavior, see Versions and rollback.