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

14 lines
312 B
JSON

{
"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]"
}
}
}