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