Update a Frontier Gateway group’s display name or model configuration. Hierarchy and enforcement mode are immutable.
Update a group’s mutable fields. You can changeDocumentation Index
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
metadata.name and the models configuration; the hierarchy block (parent and enforcement mode) is immutable after creation. At least one field must be provided.
The models list, when provided, replaces the group’s full model set with set semantics: slugs absent from the new list are removed, and slugs that are new to the group are added.
Api-Key <your-key>.metadata or models must be provided.
name (string, optional, max length 255): Display name for the group.metadata.external_entity_id cannot be changed. To re-key a group, delete it and create a fresh one."models": []) clears every model from the group, which also removes model access from every key under it. Omit the field entirely to leave the model set unchanged.effective_models is recomputed for this group and propagated to descendants.
| Status | Meaning |
|---|---|
400 Bad Request | Empty body, invalid limit shape, or (in a cascading hierarchy) a change that would put this group above an ancestor or below an existing descendant. Lower descendants before lowering the parent, and raise ancestors before raising descendants. See Cascading mode. |
403 Forbidden | The group exists but isn’t in your workspace, or the caller doesn’t have management scope. |
404 Not Found | No group with this id in your workspace, or it has been deleted. |