ktm agents adapters disable
Stop a controllable adapter on an agent (terminates any work in progress)
Stop a controllable adapter on an agent (terminates any work in progress)
Usage
ktm agents adapters disable <adapter> [flags]
Examples
ktm agents adapters disable adb_bridge --agent phone-hub-01
ktm agents adapters disable adb_bridge --agent phone-hub-01 --confirm
Arguments
| Argument | Required |
|---|---|
adapter | Yes |
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--confirm | boolean | Execute the disable (without this, shows preview) |
Details
Stops an adapter on an agent, without restarting the agent. Anyone using that adapter is interrupted. Without --confirm it previews the change and stops nothing.
The change 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