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

15 lines
312 B
JSON
Raw Normal View History

2025-04-01 17:40:03 +00:00
{
"description": "Update a node",
"input_method": "stdin",
"parameters": {
"force": {
"description": "Force remove a node from the swarm",
"type": "Optional[Boolean]"
},
"node": {
"description": "Hostname or ID of the node in the swarm",
"type": "String[1]"
}
}
}