-
Notifications
You must be signed in to change notification settings - Fork 725
Closed
Description
In order to make unexpected user reuse of a VM more pleasant, at least when driven programmatically, it would be nice to be able to specify a stop delay such that
multipass stop <instance-name> --delay 10m
Would only stop the instance after 10 minutes, stopping can be canceled by calling
multipass start <instance-name>
or use of any other interaction.