alpine restart
Description
Stops and then starts one or more instances. This is useful for applying configuration changes made with alpine edit.
Usage
alpine restart <instance> [<instance>...]
Aliases
reboot
Details
This command is a convenient combination of alpine stop followed by alpine start.
# Restart a single instance
alpine restart my-vm
# Restart all instances tagged with 'webservers'
alpine restart +webservers