1. Log into the Delphix Engine. 

    ssh delphix_admin@delphix_engine
  2. List Timeflows for the database that you want to rollback to.

    de > ls
    de > timeflow
    de timeflow > ls
  3. Switch to the VDB you want to rollback.

    de timeflow > cd /database
    de database > ls
    de database > select "vdb_example"
  4. Use the switchTimeflow operation.

    de database 'vdb_example' > switchTimeflow
    de database 'vdb_example' switchTimeflow *> set timeflow=<different timeflow>
    de database 'vdb_example' switchTimeflow *> commit