How to stop and start the entire kubernetes cluster?

Need a help.

How to stop and start the entire kubernetes cluster without shutting down the host machine?
i.e. stop/start all kubernetes system related containers and application pods

I am using rke version v1.3.11 on a single node Ubuntu 20.04.4 LTS on-premise host machine.

$ kubectl get nodes
NAME STATUS ROLES AGE VERSION
x.x.x.x Ready controlplane,etcd,worker 459d v1.23.6

Thanks.