fruit-bowl/environments/production/thirdparty/docker/tasks/service_rm.json

11 lines
202 B
JSON
Raw Normal View History

2025-04-01 17:40:03 +00:00
{
"description": "Remove one replicated service",
"input_method": "stdin",
"parameters": {
"service": {
"description": "Name or ID of the service",
"type": "String[1]"
}
}
}