Purpose
Reverts or cancels any pending or unapplied session moves or failovers for the specified session routing.
Syntax
SESSION UNTAG sessionId | routing ;Parameters
- sessionid
- Unique session identifier (ID).
- routing
- Unique routing rule identifier.
Examples
At the unityadmin prompt:
| Input | Description |
|---|---|
| SESSION UNTAG 1001; | The following example demonstrates how to untag pending actions for session 1001. |
| SESSION UNTAG prefReadOnly; | The following example demonstrates how to untag pending actions for all sessions using the prefReadOnly routing rule. |