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

10 lines
202 B
JSON

{
"description": "Remove one replicated service",
"input_method": "stdin",
"parameters": {
"service": {
"description": "Name or ID of the service",
"type": "String[1]"
}
}
}