Move LLM Pool
Reorders a pool relative to its workspace siblings. Exactly one of before_pool_id or after_pool_id must be set in the request; the moved pool’s sort_key is rewritten to the midpoint between the chosen neighbor and its adjacent sibling. The resolver evaluates pools’ match_when predicates in sort_key ascending order, so ordering controls which pool wins when multiple match_when predicates could fire for the same request.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Exactly one of before_pool_id / after_pool_id must be set. The moved pool's sort_key is rewritten to the midpoint between the named neighbor and its adjacent sibling. Empty/missing means "no constraint on that side" — use before_pool_id alone to place the moved pool immediately before that pool (with no upper neighbor when it is currently the first); use after_pool_id alone to place it immediately after (no lower neighbor when it is the last). The "top" of the list is the lowest sort_key.
Response
OK
LLMPool: a logical name (e.g. "default-chat") that fans out to one or more LLMModelConnections via LLMPoolMember rows. See plan §7 / §9.