This topic describes how to use the command-line interface to delete a replication spec.

Procedure

  1. Switch to the replication spec context and list the specs on the system.

    delphix> cd replication/spec
    delphix replication spec> ls
    Objects
    REFERENCE           TARGETHOST               
    REPLICATION_SPEC-1  exampleHost.mycompany.com
    
    Operations
    create
    
  2. Select the replication spec to remove.

    delphix replication spec> select REPLICATION_SPEC-1
    delphix replication spec "exampleHost.mycompany.com">
  3. Remove the spec.

    delphix replication spec "exampleHost.mycompany.com"> delete
    delphix replication spec "exampleHost.mycompany.com" delete *> commit