Managing Serverless Endpoints via GraphQL
This guide shows how to create, update, view, and delete Serverless Endpoints on Tensor One using the GraphQL API.Required Arguments
When creating a Serverless Endpoint, the following fields are required:gpuIds
– The GPU type to allocate (e.g.,AMPERE_16
)name
– Unique name of the endpointtemplateId
– The ID of the serverless-compatible template
Create a Serverless Endpoint
Modify an Existing Serverless Endpoint
View Your Endpoints
Delete a Serverless Endpoint
Note:workersMin
and workersMax
must both be set to 0 before deletion.