Unlink Command (zeysdk unlink)
Remove connection to a ZeyOS instance.
zeysdk unlink [instance] [options]
Parameters
| Parameter | Description | Required | Example |
|---|---|---|---|
instance | Instance to unlink | ❌ | myinstance |
Options
| Option | Description | Default |
|---|---|---|
--verbose | Show detailed output | false |
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