Initializing help system before first use

Downloading Results and Deleting Execution Artefacts

If a Mosel model outputs a file called result, when the execution completes, its contents can be downloaded by issuing a GET request to the resultPath returned in the final execution status.

In MPS/LP problems, the request will download the problem's solution file in the format specified in the SOLUTION_FORMAT parameter.

When you have finished with the execution, you can delete it from Xpress Executor's storage by issuing a DELETE request on the statusPath. This returns a 200 OK if successful or a 400 Not Found if the execution artefacts have already been deleted. If unneeded executions are not deleted in this way, they will be automatically deleted when they reach the age limit specified in the Result Retention field of the Configuration page.