create_compile
Initiate compilation of a QuantConnect trading algorithm project by submitting a compile job request with the project ID.
Instructions
Asynchronously create a compile job request for a project.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | The current state of the compile job. | |
| errors | No | List of errors with the API call. | |
| success | No | Indicate if the API request was successful. | |
| compileId | No | Compile Id for a successful build. | |
| projectId | No | Id of the project you requested to compile. | |
| signature | No | Signature key of compilation. | |
| parameters | No | List of files and their associated parameters detected during compilation. | |
| signatureOrder | No | Signature order of files to be compiled. |