alpine pause

Description

Pauses the execution of one or more running instances.

Usage

alpine pause <instance> [<instance>...]

Details

This command suspends the VM's state in memory, effectively freezing it. This is faster than a full stop/start cycle. The instance can be resumed with the alpine resume command.

# Pause a single instance
alpine pause my-vm