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

FlagTypeDefaultDescription
--confirmbooleanExecute 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.

Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.

What's next?

All commands

Browse the full CLI reference.

Get started

Install the CLI and authenticate.

Last updated on