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

10 lines
219 B
JSON
Raw Normal View History

2025-04-01 17:40:03 +00:00
{
"description": "Leave a swarm",
"input_method": "stdin",
"parameters": {
"force": {
"description": "Force this node to leave the swarm, ignoring warnings",
"type": "Optional[Boolean]"
}
}
}