Universal Messaging 10.11 | Administration Guide | Using Command Central to Manage Universal Messaging | Using the Command Line to Manage Universal Messaging | Queue Snoop | Purge Snooped Events from a Queue
 
Purge Snooped Events from a Queue
Purges all snooped events from a queue and the snooped events list for a specific user.
Syntax
sagcc exec administration component nodeAalias Universal-Messaging-instanceName
queues purgeEvents name=queueName user=userName
Arguments and Options
nodeAlias
Required. The alias name of the installation in which the Universal Messaging server instance is installed.
Universal-Messaging-instanceName
Required. The ID of the Universal Messaging server instance on which you want to purge snooped events.
name=queueName
Required. The name of the queue from which you want to purge events.
user=userName
Required. The username of the user for whom you want to purge events.
Usage Notes
You cannot purge a single event or a range of events from a queue.
Examples
To purge all snooped events from queue "queue1", created on the server instance with ID "Universal-Messaging-umserver" that is installed in the installation with alias name "sag01", for user "Administrator":
sagcc exec administration component sag01 Universal-Messaging-umserver
queues purgeEvents name=queue1 user=Administrator