PUT
/
model
/
{modelId}
/
alias
curl --request PUT \
  --url https://aiapi.scope3.com/model/{modelId}/alias \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "alias": "claude-latest"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Path Parameters

modelId
string
required

Body

application/json
alias
string
required
Example:

"claude-latest"

Response

204
_mintlify/placeholder

Alias deleted successfully