fruit-bowl/environments/production/thirdparty/docker/tasks/service_scale.json
2025-04-01 17:49:26 +00:00

18 lines
435 B
JSON

{
"description": "Scale one replicated service",
"input_method": "stdin",
"parameters": {
"service": {
"description": "Name or ID of the service",
"type": "String[1]"
},
"scale": {
"description": "Number of replicas",
"type": "Integer"
},
"detach": {
"description": "Exit immediately instead of waiting for the service to converge",
"type": "Optional[Boolean]"
}
}
}