octri_trigger_build
Queue an SDK build for one or more languages, then use the returned build id to poll status or wait for completion.
Instructions
Queue an SDK build for one or more languages. Returns a build id immediately; poll with octri_get_build or block with octri_wait_for_build.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | ||
| languages | Yes | Language ids, e.g. ["go","rust"]. | |
| project_id | No | Project id. Optional, falls back to the CLI's selected project. |