Use the ClearTmpResults
action to request the deletion of all output files generated by HPE IDOL Speech Server that are located in the temporary directory.
Information on the number of files that were deleted and the number of files that were not deleted (because they are currently being used by running processes or shared by other tasks) is written to the server log once the request has been processed.
Certain restrictions might prevent you from deleting a file:
DeleteAllowed
to False
in the configuration file, HPE IDOL Speech Server does not delete the file.http://localhost:13000/action=ClearTmpResults
This action uses port 13000
to instruct HPE IDOL Speech Server, which is located on the local machine, to delete all temporary files.
Parameter | Description | Required |
---|---|---|
ActionID | A string to use to identify an ACI action. | |
EncryptResponse | Encrypt the output. | |
FileName | The file to write output to. | |
ForceTemplateRefresh | Forces the server to load the template from disk. | |
Output | Write output to a file. | |
OutputEncoding | The encoding to use for the action output. | |
ResponseFormat | The format of the action output. | |
Template | The template to use for the action output. | |
TemplateParamCSVs | A list of variables to use for the specified template. |
|