POST /admin/scale_deployment

Query parameters

  • name string Required
  • num_replicas integer Required

Responses

  • 200

    Successful Response

  • 422

    Validation Error

    Hide response attribute Show response attribute object
POST /admin/scale_deployment
curl \
 -X POST http://api.trentaml.com/admin/scale_deployment?name=string&num_replicas=42
Response examples (422)
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}
Response examples (422)
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}