update_project_nodes
Idempotent
Activate specific nodes for a QuantConnect project to control compute resources, or enable automatic node selection for backtesting 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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodes | No | List of project nodes. | |
| errors | No | List of errors with the API call. | |
| success | No | Indicate if the API request was successful. | |
| autoSelectNode | No | Indicate if the best-performing node is automatically selected. |