Deletes the historical monitoring files associated with one or more inactive recording sessions.
hs_delete_data low_session_id[,high_session_id]
unique identifier of the first recording session whose data is to be deleted.
unique identifier of the last in a range of sessions whose data is to be deleted. If omitted, only the session identified by low_session_id has its data deleted.
This example deletes historical monitoring files for any inactive recording sessions that have session IDs of 1 through 15.
hs_delete_data 1,15
The only users who can delete historical data files are:
Historical Server superuser
users who connected to Historical Server using the same user name and password that defined the recording session
Only inactive recording session files are deleted. Files associated with active recording sessions are not deleted, even if their session IDs fall within the range specified in the hs_delete command.
An inactive recording session is one that was terminated because the end_time was reached or because the hs_terminate_recording command was issued.