--- sidebar_position: 2 --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; # Launch project Launches integration proxy server `Function LaunchProject(Val Port, Val Project) Export` | Parameter | CLI option | Type | Required | Description | |-|-|-|-|-| | Port | --port | Number | ✔ | Servers port | | Project | --proj | String | ✔ | Project filepath | Returns: Structure Of KeyAndValue - Result of server shutdown
```bsl title="1C:Enterprise/OneScript code example" ```