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

10 lines
No EOL
219 B
JSON

{
"description": "Leave a swarm",
"input_method": "stdin",
"parameters": {
"force": {
"description": "Force this node to leave the swarm, ignoring warnings",
"type": "Optional[Boolean]"
}
}
}