Create App Version (v1)
Create a new version. Does NOT start an instance.
Authorizations
Path Parameters
Body
Create a new version of an App. The content sub-object carries reproducibility fields (including the per-version mountDatasets override) and deployment carries execution settings. Top-level fields are version metadata that don't fit cleanly into the content/deployment groupings.
Guardrails bundle ID.
Reproducibility fields that define the version's content. All fields are optional; omitted fields fall back to App-level defaults or the previous draft's values depending on context. Mirrors the response-side AppVersionContent shape.
Execution settings for the version. All fields are optional; omitted fields fall back to App-level defaults or the previous version's values depending on context. Mirrors the response-side AppVersionDeployment shape.
Optional version description.
Draft only. ID of the apps-authoring workspace to associate with this draft version. Returns 422 if the parent App is not a draft.
Response
Success
Reproducibility fields that define the version's content.
Execution settings for the version.
Monotonically increasing version number derived from creationOrder.