{"tool":"adb","tool_display":"Adb","intent":"remove_forwarding_rule","intent_display":"remove_forwarding_rule","title":"Adb Command: remove_forwarding_rule","command_string":"adb forward --remove tcp:<local_port>","raw_command_string":"adb forward --remove tcp:{{local_port}}","description":"Exact CLI syntax to remove_forwarding_rule using Adb.","usage_scenario":"Employ 'adb forward --remove tcp:{{local_port}}' during development cycles when multiple services are competing for the same local ports, or after testing proxied connections using adb to ensure that port conflicts do not compromise testing environments or resource allocations on an Android device.","scenario_context":"Clear outdated port rules to optimize device resources and improve connection efficiency.","simulated_output":"Removing forward: tcp:8080\nSuccessfully removed forwarding rule for tcp:8080.","how_to_steps":["Run the command: adb forward --remove tcp:8080","Verify removal by checking active forwards with: adb forward --list","Ensure the rule tcp:8080 no longer appears in the list."],"canonical_url":"https://www.syntaxstandard.com/adb/remove_forwarding_rule"}