Update Config
Update deploy configuration for an environment, including per-component overrides.
Authorizations
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Body
Per-component overrides, keyed by "api" or a workforce
OrgsApps.id. Each entry sent REPLACES the stored entry wholesale
(it is the ground truth for that component); null removes the
entry so the component falls back to the env/app-level layering.
Keys not present in the map are left untouched.
Deploy-time eval gate (GitHub-Actions-style required check):
true arms it for every workforce component in this env — deploys
run the component's committed evals first and fail on a non-pass.
false disarms. Omit to leave unchanged. Per-component override
lives on OrgsApps.deploy_config.evals.
Push-triggered CI eval runs: true runs the eval suite of every
component with eval files on each push to this env's branch —
report-only (trigger_type = 'push' on the runs), gates nothing.
Per component, skipped when that component's deploy gate is armed
(env- or app-level evals), since the gate already runs those
evals on the push-triggered redeploy. Omit to leave unchanged.
Response
Configuration updated successfully