incus.wait - Man Page
Wait for an instance to satisfy a condition
Synopsis
incus wait [:] [flags]
Description
Description:
Wait for an instance to satisfy a condition
Supported Conditions:
agent Wait for the VM agent to be running ip Wait for any globally routable IP address ipv4 Wait for a globally routable IPv4 address ipv6 Wait for a globally routable IPv6 address status=STATUS Wait for the instance status to become STATUS
Options
--interval=5 Polling interval (in seconds)``
--timeout=-1 Maximum wait time``
Options Inherited from Parent Commands
--debug[=false] Show all debug messages
--explain[=false] If the command is valid, explain its parsed arguments instead of running it
--force-local[=false] Force using the local unix socket
-h, --help[=false] Print help
--project="" Override the source project``
-q, --quiet[=false] Don't show progress information
--sub-commands[=false] Use with help or --help to view sub-commands
-v, --verbose[=false] Show all information messages
--version[=false] Print version number
Example
incus wait v1 agent Wait for VM instance v1 to have a functional agent.
See Also
History
9-Apr-2026 Auto generated by spf13/cobra
Info
Apr 2026 Auto generated by spf13/cobra