hs_delete_data

Description

Deletes the historical monitoring files associated with one or more inactive recording sessions.   

Syntax

hs_delete_data low_session_id[,high_session_id]

Parameters

low_session_id

unique identifier of the first recording session whose data is to be deleted.

high_session_id

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.

Examples

Example 1

This example deletes historical monitoring files for any inactive recording sessions that have session IDs of 1 through 15.

hs_delete_data 1,15

Usage