update_project_nodes
Update which compute nodes are active for a QuantConnect project. Specify node IDs to activate, or omit to automatically select the best node for backtesting, research, and live trading.
Instructions
Update the active state of the given nodes to true.
If you don't provide any nodes, all the nodes become inactive
and autoSelectNode is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodes | No | List of project nodes. | |
| autoSelectNode | No | Indicate if the best-performing node is automatically selected. | |
| success | No | Indicate if the API request was successful. | |
| errors | No | List of errors with the API call. |