build_deploy
Deploy a published version. target='cloud_ephemeral' (managed Cloud Run, ~30m throwaway preview; requires platform enablement; the default when cloud deploy is enabled) or 'local' (hand the user the bundle to run with the project's own key). For a PERMANENT public URL, use build_go_live instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Default 'cloud_ephemeral' when cloud deploy is enabled (else 'local'). | |
| app_type | No | Default 'web'. | |
| project_uuid | Yes | ||
| version_uuid | No | Default: latest published version. |