cURL
curl --request POST \ --url https://api.example.com/api/servers \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "serverConfig": { "modelFileName": "<string>", "apiParams": {}, "loadParams": {}, "inferParams": {}, "logsDir": "<string>" }, "startServerOnCreate": true } '
{ "data": { "serverConfig": { "modelFileName": "<string>", "apiParams": {}, "loadParams": {}, "inferParams": {}, "logsDir": "<string>" }, "startServerOnCreate": true } }
Documentation IndexFetch the complete documentation index at: https://anaconda.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Enter your API key here
Show child attributes
Server created successfully
Was this page helpful?