Zum Hauptinhalt springen

Unlink Command (zeysdk unlink)

Remove connection to a ZeyOS instance.

zeysdk unlink [instance] [options]

Parameters

ParameterDescriptionRequiredExample
instanceInstance to unlinkmyinstance

Options

OptionDescriptionDefault
--verboseShow detailed outputfalse

Examples

# 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