To restart a container with OpenVZ, you would use the “vzctl” command followed by “restart” and the ID of the container you want to restart.
1. Open a terminal window.
1. Type the following command, replacing “CTID” with the ID of your container:
vzctl restart CTID1. Press Enter. If the command runs successfully, your container should restart.
Note that you’ll need to have administrative privileges to perform this action.