Universal Messaging 10.3 | Administration Guide | Using Command Central to Manage Universal Messaging | Universal Messaging and the Command Line Interface | Commands for Snooping on Queues | Purge Snooped Events on a Queue
 
Purge Snooped Events on a Queue
To purge all snooped events from a queue and the snooped events list for a specific user:
sagcc exec administration component node_alias Universal-Messaging-server_instance_name
queues purgeEvents name=queue_name user=user_name
Arguments and Options
Argument or Option
Value
Universal-Messaging-server_instance_name
Required. The ID of the Universal Messaging server instance on which you want to purge snooped events.
name=queue_name
Required. The name of the queue on which you want to purge events.
user=user_name
Required. The username of the user for whom you want to purge event.
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