ktm adb disable
Learn how to use the ktm adb disable command to turn off an agent's ADB bridge and terminate all active device connections.
Turn off the ADB bridge on an agent (terminates active connections)
Usage
ktm adb disable [flags]
Examples
ktm adb disable --agent phone-hub-01
ktm adb disable --agent phone-hub-01 --confirm
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--confirm | boolean | Execute the disable (without this, shows preview) |
Details
Stops the ADB bridge on an agent. Anyone connected to one of its phones through 'ktm adb connect' is disconnected and the phones are freed. The toggle is ephemeral: after an agent restart, the agent's own configuration decides again.
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on