build_go_live
PERMANENT deploy: promote a published version to a PERMANENT public URL at .supero.live (managed Cloud Run) — unlike build_deploy(target='cloud_ephemeral'), which is a ~30-min throwaway. If version_uuid/file_id are omitted, the latest published version for the project is used. Returns public_url + poll_url; poll with build_deploy_status until live, then build_smoke_test the public_url. build_teardown removes it. Requires a domain- or project-admin API key + platform cloud-deploy enablement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | No | Default: the resolved version's web artifact file_id. | |
| project_uuid | Yes | ||
| version_uuid | No | Default: latest published version. |