lbcli disable server

Disables a server from the cluster into maintenance mode.

This operation can only be invoked for a server that is in Active state, and cannot be invoked while a server is being upgraded. Disabling a server operation that will lead to risk of service loss will be failed by default. To force disabling a server, even if it may lead to risk of service loss, use the --force flag.

Bash
Copy

Examples:

Bash
Copy
FlagShortTypeDefaultDescription
--help-hboolHelp for server.
--namestringServer name (required if UUID is not given).
--uuidstringServer UUID (required if name is not given).
--forceboolForce disable, bypass risk of service loss checks (optional) Default: false.
--evict-databool

Evict data from the server (optional, default: false).

Note: This is a technology preview; it should not be used in production.

--permanent-failure-timeoutstringSet a server-specific permanent failure timeout of 1 hour or more. Use a decimal value followed by a unit (ns, us, ms, s, m, h); e.g., 1h1m, 2h. Use 0 for infinite timeout (optional, default: empty).

This is an async operation. It can be applied on an enabled server, and not during an ongoing upgrade operation.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
On This Page
lbcli disable server