Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Body

application/json

A request to set the GPU capacity ceiling for a (team, gpu_type) pair.

Creates the limit if one doesn't already exist for this team and GPU type, otherwise updates it in place.

team_id
string
required

Team identifier

gpu_type
string
required

GPU type identifier (e.g. H100, A100-40GB)

max_gpus
integer
required

Max concurrent GPUs of this type the team may use

Examples:

8

16

32

Response

200 - application/json

Response for setting a team's GPU capacity ceiling.

team_gpu_capacity
TeamTrainingGpuCapacityItemV1 · object
required

The updated per-team GPU capacity limit