Deployments
List deployments
List the caller’s active Loops deployments. Excludes deployments whose latest status is stopped.
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Response
200 - application/json
Response for GET /v1/loops/deployments.
Returns the caller's Loops deployments whose latest status is not STOPPED (i.e. CREATED, DEPLOYING, RUNNING, or FAILED). Stopped deployments are excluded so the list is a fit-for-purpose "what's currently provisioned for me" view — the deactivate endpoint is the inverse pair.
Active Loops deployments.
cURL