| vmexec-ready(1) | General Commands Manual | vmexec-ready(1) |
NAME
vmexec-ready - Check if a virtual machine is ready to accept SSH connections
SYNOPSIS
vmexec ready [--wait] [--timeout] [-h|--help] <VMID>
DESCRIPTION
Check if a virtual machine is ready to accept SSH connections
Without --wait, this checks the current state and exits immediately. With --wait, this polls until the virtual machine is ready or the timeout is reached.
OPTIONS
- --wait
- Wait for the virtual machine to become ready
Without this flag, the command checks the current state and exits immediately.
- --timeout <TIMEOUT> [default: 60]
- Timeout in seconds when waiting for the virtual machine to become ready
Only used with --wait flag. Defaults to 60 seconds.
- -h, --help
- Print help (see a summary with '-h')
- <VMID>
- Identifier of a running virtual machine
| ready |