kwild validators remove
kwild validators remove
Votes to remove a validator from the validator set (this node must be a validator).
Synopsis
The remove
command votes to remove a validator from the validator set. If enough validators vote to remove the validator, the validator will be removed from the validator set.
kwild validators remove <validator> [flags]
Examples
# Remove a validator from the validator set by providing the validator info in format <hexPubkey#pubkeytype>
kwild validators remove e16141e4def3a7f2dfc5bbf40d50619b4d7bc9c9f670fcad98327b0d3d7b97b6#0
Options
-h, --help help for remove
Options inherited from parent commands
--authrpc-cert string kwild's TLS server certificate, required for HTTPS server
--output string the format for command output - either 'text' or 'json' (default "text")
--pass string admin server password (alternative to mTLS with tlskey/tlscert)
-r, --root string root directory (default "/home/jon/.kwild")
-s, --rpcserver string admin RPC server address (either UNIX socket path or TCP address) (default "/tmp/kwild.socket")
--tlscert string TLS client certificate file for server to authenticate us (default "auth.cert")
--tlskey string TLS client key file to establish a mTLS (authenticated) connection (default "auth.key")
SEE ALSO
- kwild validators - Validator related actions