Skip to main content
PUT
Update Space And Models

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string<uuid>
required
sandbox_of
string<uuid> | null

The app this sandbox relates to

use_parent_custom_data
boolean | null
benchmark_model_id
string<uuid> | null

Used to update the benchmark model

name
string | null
Minimum string length: 1
description
string | null
app_logo
string | null
weights
LLMModelWeights · object | null
policies
LLMModelPolicies · object | null
has_failover_chain
boolean | null
settings
LLMModelSettings · object | null

Response

Successful Response

main
AppSettingsData · object
required
sandbox
AppSettingsData · object | null
required
sandbox_status
enum<string> | null
required
Available options:
outdated
Allowed value: "outdated"