alpine start
Description
Starts one or more stopped instances.
Usage
alpine start <instance> [<instance>...]
Aliases
boot, on
Details
This command boots up an instance that is in the Stopped state. It will not affect an instance that is already Running or Paused.
You can start multiple instances by listing their names or using tags.
# Start a single instance
alpine start my-vm
# Start all instances tagged with 'dev'
alpine start +dev