CLI cookbook: deleting a replication spec
This topic describes how to use the command-line interface to delete a replication spec.
Procedure
Switch to the replication spec context and list the specs on the system.
CODEdelphix> cd replication/spec delphix replication spec> ls Objects REFERENCE TARGETHOST REPLICATION_SPEC-1 exampleHost.mycompany.com Operations create
Select the replication spec to remove.
CODEdelphix replication spec> select REPLICATION_SPEC-1 delphix replication spec "exampleHost.mycompany.com">
Remove the spec.
CODEdelphix replication spec "exampleHost.mycompany.com"> delete delphix replication spec "exampleHost.mycompany.com" delete *> commit