Skip to main content

Activate profile

POST /api/v1/settings/profiles/{name}/activate

Switch agent_settings.llm to use a saved profile. Applies the same base_url fixups as POST /api/v1/settings, so activating a profile that omits base_url still points at the provider's default endpoint.

Parameters

NameInTypeRequiredDescription
namepathstringyes

Responses

StatusDescription
200Successful Response
422Validation Error

Response body

FieldTypeRequiredDescription
namestringyes
messagestringyes
model`stringnull`no

Operation ID: activate_profile_api_v1_settings_profiles__name__activate_post