Skip to main content
PATCH
Update dedicated endpoint

Authorizations

Authorization
string
header
required

Your workspace API key, e.g. sk_sovereign_..., sent as Authorization: Bearer <key>.

Path Parameters

id
string
required

The endpoint id.

Body

application/json

Send only the fields you want to change. This body is camelCase (minReplicas, gpuType), unlike the snake_case loop endpoints.

name
string

Rename the endpoint.

description
string
enabled
boolean

true to start, false to stop. Stopping halts GPU billing after the final meter.

minReplicas
integer
Required range: x >= 1
maxReplicas
integer

Must be >= minReplicas and within the template's replica limit.

gpuType
string

Change the GPU type. Must be a valid configuration for the model and region; re-prices the endpoint at the current rate and requires prepaid balance for the first hour.

gpuCount
integer

GPUs per replica. Must be an allowed count for the configuration.

Response

Updated. Returns {"ok": true}; read the new state with GET /v1/dedicated/{id}.

Acknowledgement: {"ok": true}.

ok
boolean