Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

pool_id
string
required

Body

application/json
workspace_id
string
pool_id
string
before_pool_id
string

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.

after_pool_id
string

Response

200 - application/json

OK

pool
object

LLMPool: a logical name (e.g. "default-chat") that fans out to one or more LLMModelConnections via LLMPoolMember rows. See plan §7 / §9.