v106

OpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-03812347972.4 KB
setting

update instance config (bulk upsert, no deletes). Empty or missing global_settings/worker_configs are skipped.

put/settings/instance_config

Request body

global_settingsobject

Global settings keyed by setting name. Known fields include base_url, license_key, retention_period_secs, smtp_settings, otel, etc. Unknown fields are preserved as-is.

worker_configsobject

Worker group configurations keyed by group name (e.g. "default", "gpu"). Each value contains worker_tags, init_bash, autoscaling, etc.

Response

instance config updated