cURL
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Alias deleted successfully