[BETA] Get Deployment Logs

GET /ai/deployment/{id}/logs

Return logs for the vLLM deployment (deploy/--deployment-vllm). Optional ?stream=true to request streaming (may not be supported).

Path parameters

  • id string(uuid) Required

Responses

  • 200 application/json

    200

  • 400 application/json

    400

  • 404 application/json

    404

  • 500 application/json

    500

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)
{}
Response examples (404)
{}
Response examples (500)
{}