Skip to content

Commit dd10d20

Browse files
committed
doc: update generated rest-api.yaml
Signed-off-by: Lucas Bremgartner <lucas.bremgartner@futurfusion.io>
1 parent 5e0ccc6 commit dd10d20

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

doc/rest-api.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,6 +1107,15 @@ definitions:
11071107
ClusterRemoveServersPost represents a remove server from a cluster request
11081108
containing the name of the server to be removed from the cluster.
11091109
properties:
1110+
force:
1111+
description: |-
1112+
If set to true, the servers are removed from the cluster even if they are unreachable
1113+
or not evacuated. Local instances and custom storage volumes of the removed servers
1114+
are lost and the removed servers are not factory reset. The server records are kept in
1115+
operations center, no longer being part of the cluster.
1116+
example: false
1117+
type: boolean
1118+
x-go-name: Force
11101119
server_names:
11111120
description: Name of the server to be removed from the cluster.
11121121
example:

0 commit comments

Comments
 (0)