From d2d7a711cbc05cedb17805abca3901ce2aa093d5 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Mon, 1 Jun 2026 21:17:58 +0000 Subject: [PATCH] Add type parameter to GraphQL endpoint creation docs Document the `type` field for saveEndpoint mutation: - `QB` for queue-based endpoints (default) - `LB` for load balancing endpoints --- sdks/graphql/manage-endpoints.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/sdks/graphql/manage-endpoints.mdx b/sdks/graphql/manage-endpoints.mdx index b8e05c48..e6d7bcb1 100644 --- a/sdks/graphql/manage-endpoints.mdx +++ b/sdks/graphql/manage-endpoints.mdx @@ -25,6 +25,7 @@ Endpoints require the following fields: | `gpuIds` | String | GPU tier identifier. Options: `AMPERE_16` (16GB), `AMPERE_24` (24GB), `ADA_24` (24GB Ada), `AMPERE_48` (48GB), `ADA_48_PRO` (48GB Ada Pro), `AMPERE_80` (80GB), `ADA_80_PRO` (80GB Ada Pro). | | `name` | String | Endpoint name. | | `templateId` | String | ID of the Serverless template to use. | +| `type` | String | Endpoint type. `QB` for queue-based (default), `LB` for [load balancing](/serverless/load-balancing/overview). | ## Create an endpoint