Zudoku
kraft cloud instance

kraft cloud instance start

Start an instance on KraftCloud from a stopped instance.

Code
kraft cloud instance start [FLAGS] [UUID|NAME [UUID|NAME]...]

Examples

Code
# Start an instance by UUID $ kraft cloud instance start 77d0316a-fbbe-488d-8618-5bf7a612477a # Start an instance by name $ kraft cloud instance start my-instance-431342 # Start multiple instances $ kraft cloud instance start my-instance-431342 my-instance-other-2313

Options

Code
-a, --all Start all instances -h, --help help for start -w, --wait duration Timeout to wait for the instance to start (ms/s/m/h)

Options inherited from parent commands

Code
--metro string Unikraft Cloud metro location --token string Unikraft Cloud access token

Aliases

The kraft cloud instance start command can also be run as:

Code
str

See Also

Last modified on