--- sidebar_label: system title: opendevin.utils.system --- #### find\_available\_tcp\_port ```python def find_available_tcp_port() -> int ``` Find an available TCP port, return -1 if none available.