trepctl unload
The trepctl unload command unloads the replicator service.
Usage
trepctl [ common-options ] unload [ options ]
Where:
| Option | Description | Version |
|---|---|---|
-y | Unload the replication service without prompt. |
Unload the replicator service entirely. An interactive prompt is provided to confirm the shutdown:
shell> trepctl unload
Do you really want to unload replication service alpha? [yes/NO]
To disable the prompt, use the -y option:
shell> trepctl unload -y
Service unloaded successfully: name=alpha
The name of the service unloaded is provided for confirmation.