File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3297,6 +3297,26 @@ paths:
32973297 schema :
32983298 $ref : ' #/components/schemas/ErrorData'
32993299 /gpu_cluster :
3300+ get :
3301+ servers :
3302+ - url : https://manager.cloud.together.ai/api/v1
3303+ tags : ['GPUClusterService']
3304+ summary : List all GPU clusters.
3305+ operationId : GPUClusterService_List
3306+ responses :
3307+ " 200 " :
3308+ description : OK
3309+ content :
3310+ application/json :
3311+ schema :
3312+ $ref : ' #/components/schemas/GPUClusters'
3313+ x-codeSamples :
3314+ - lang : Shell
3315+ label : cURL
3316+ source : |
3317+ curl -X GET \
3318+ -H "Authorization Bearer $TOGETHER_API_KEY" \
3319+ https://manager.cloud.together.ai/api/v1/gpu_clusters
33003320 put :
33013321 servers :
33023322 - url : https://manager.cloud.together.ai/api/v1
@@ -3408,27 +3428,6 @@ paths:
34083428 curl -X DELETE \
34093429 -H "Authorization: Bearer $TOGETHER_API_KEY" \
34103430 https://manager.cloud.together.ai/api/v1/gpu_cluster/${CLUSTER_ID}
3411- /gpu_clusters :
3412- get :
3413- servers :
3414- - url : https://manager.cloud.together.ai/api/v1
3415- tags : ['GPUClusterService']
3416- summary : List all GPU clusters.
3417- operationId : GPUClusterService_List
3418- responses :
3419- " 200 " :
3420- description : OK
3421- content :
3422- application/json :
3423- schema :
3424- $ref : ' #/components/schemas/GPUClusters'
3425- x-codeSamples :
3426- - lang : Shell
3427- label : cURL
3428- source : |
3429- curl -X GET \
3430- -H "Authorization Bearer $TOGETHER_API_KEY" \
3431- https://manager.cloud.together.ai/api/v1/gpu_clusters
34323431 /instance-types :
34333432 get :
34343433 servers :
You can’t perform that action at this time.
0 commit comments