cURL
curl --request POST \ --url https://studio.premai.io/api/v1/models/down \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "model": "<string>" }'
Use this endpoint to unload a model from memory.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Model loaded down successfully.
Was this page helpful?