minkms rm
Remove a minkms host from a MinIO KMS cluster.
SYNTAX
minkms rm \
HOST[:PORT] \
[-a | --api-key KEY] \
[-k | --insecure]
PARAMETERS
HOST[:PORT]
Required
The address (and optional port) of the node to remove.
:PORT defaults to 7373 if omitted.
--api-key
Optional
Alias : -a
The API key of an identity the command uses to authenticate to the MinIO KMS cluster.
Defaults to the value of MINIO_KMS_API_KEY.
--insecure
Optional
Alias : -k
Skip server certificate verification.
Permissions
Removing a node from a cluster requires SysAdmin privileges.