1 parent 5e0ccc6 commit dd10d20Copy full SHA for dd10d20
1 file changed
doc/rest-api.yaml
@@ -1107,6 +1107,15 @@ definitions:
1107
ClusterRemoveServersPost represents a remove server from a cluster request
1108
containing the name of the server to be removed from the cluster.
1109
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
1119
server_names:
1120
description: Name of the server to be removed from the cluster.
1121
example:
0 commit comments