Skip to main content
This feature is in public preview.
The Versions API lets you publish building versions, list version history, and roll back to a previous version programmatically.

Operations

OperationDescription
List versionsReturn the version history of a deployment.
Get a versionReturn configuration, status, and evaluation result for a single version.
Publish a versionPromote a building version to active. Returns immediately and provisions in the background.
Roll backPromote a previous version to active.
For the operator-facing guides, see Publish a deployment and Manage versions and rollback.