[BETA] Get Deployment Logs
Return logs for the vLLM deployment (deploy/
GET
/ai/deployment/{id}/logs
curl \
--request GET 'https://api-ch-gva-2.exoscale.com/v2/ai/deployment/{id}/logs'
Response examples (200)
string
Response examples (400)
{
"error": "string"
}
Response examples (404)
{
"error": "string"
}
Response examples (500)
{
"error": "string"
}