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"
}
]
}