openfilesquery close-open-file
- Published on Feb 19, 2026
Prev Next
This command closes an open file by its open file ID.
Usage
openfilesquery close-open-file --file-id ID
Required Parameters
--file-id ID
| The ID of the open file you want to close. The ID can be obtained with the openfilesquery list-open-files command. |
Example
To close a file with ID 9:
openfilesquery close-open-file --file-id 9
Was this article helpful? (Provide Feedback)