Skip to main content

Unlink Command

Remove connection to a ZeyOS instance.

Bash
zeysdk unlink [instance] [options]

Parameters

ParameterDescriptionRequiredExample
instanceInstance to unlinkNomyinstance

Options

OptionDescriptionDefault
--verboseShow detailed outputfalse

Examples

Bash
# Unlink specific instance
zeysdk unlink myinstance
# Output: Instance unlinked successfully.

# Unlink active instance with selection
zeysdk unlink
# Output: Select a new instance to be made active:
# > instance1
# > instance2