Skip to main content
PUT
/
api
/
v0
/
benchmarks
Update benchmarks
curl --request PUT \
  --url https://console.vast.ai/api/v0/benchmarks/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "machine_id": "<string>",
  "num_gpus": "<string>",
  "image": "<string>",
  "model": "<string>",
  "score": "<string>"
}
'
{
  "success": true,
  "msg": "Operation completed successfully"
}

Documentation Index

Fetch the complete documentation index at: https://vastai-80aa3a82-auto-openapi-preview-pr-4175.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
name
string

The name

machine_id
string

The machine id

num_gpus
string

The num gpus

image
string

The image

model
string

The model

score
string

The score

Response

Successful response

success
boolean
Example:

true

msg
string
Example:

"Operation completed successfully"