Skip to content

kraft cloud instance remove

Remove a KraftCloud instance.

kraft cloud instance remove [FLAGS] [UUID|NAME [UUID|NAME]...]

Examples

# Remove a KraftCloud instance by UUID
$ kraft cloud instance remove fd1684ea-7970-4994-92d6-61dcc7905f2b
# Remove a KraftCloud instance by name
$ kraft cloud instance remove my-instance-431342
# Remove multiple KraftCloud instances
$ kraft cloud instance remove my-instance-431342 my-instance-other-2313
# Remove all KraftCloud instances
$ kraft cloud instance remove --all
# Remove all stopped KraftCloud instances
$ kraft cloud instance remove --stopped

Options

-a, --all Remove all instances
-h, --help help for remove
-s, --stopped Remove all stopped instances

Options inherited from parent commands

--metro string Set the KraftCloud metro
--token string Set the KraftCloud token

Aliases

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

del, delete, rm

See Also