POST
/control/v1/models/request-deployment

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/control/v1/models/request-deployment" \  -H "Content-Type: application/json" \  -d '{    "model_id": "string"  }'
{
  "ok": true
}
{
  "status_code": 400,
  "detail": "Bad Request",
  "extra": {}
}