Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sdks/graphql/manage-endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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). |
Comment thread
lavanya-gunreddi marked this conversation as resolved.

## Create an endpoint

Expand Down
Loading