vers resume
Resume a paused Vers VM.Usage
How it works
Theresume command:
- VM resolution: Uses HEAD VM if no identifier provided, otherwise resolves the specified VM/alias
- State update: Makes an API call to set the VM state to “Running”
- Progress display: Shows progress during the resume operation
- Confirmation: Displays success message and current VM state
What happens when you resume
- VM state changes to “Running”
- Suspended processes can continue execution
- Network connections become available for SSH access
- Resources are allocated back to the VM
Error handling
VM not found
No HEAD VM
vers up to create a VM or specify a VM ID directly.
API failures
Prerequisites
- VM must exist and be accessible
- VM should typically be in “Paused” state for resume to be meaningful
- Network connectivity to perform the state update
See Also
- vers pause - Pause running VMs
- vers status - Check VM states
- vers connect - Connect to resumed VMs