You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wait for server to reach a stable state. This is similar to using --wait flag on other action commands, but without requiring a new action on the server.
USAGE:
scw instance server wait <server-id ...> [arg=value ...]
EXAMPLES:
Wait for a server to reach a stable state
scw instance server wait 11111111-1111-1111-1111-111111111111
ARGS:
[timeout=10m0s] Timeout of the wait
server-id ID of the server affected by the action.
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config
FLAGS:
-h, --help help for wait
GLOBAL FLAGS:
-c, --config string The path to the config file
-D, --debug Enable debug mode
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")