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