CLI cookbook: how to delete a Delphix self-service container
Prerequisites:
Know the container you want to delete
Have delphix_admin privileges
Procedure:
Log into Delphix Engine as admin
CODEssh delphix@<yourengine>
Navigate to the Delphix Self-Servicecontainer that you want to delete
CODEdelphix > selfservice container delphix selfservice container > ls delphix selfservice container > select CONTAINER_X delphix selfservice container 'CONTAINER_X' >
Delete container, note you need to set if you want to delete the VDBs in the container (false will preserve the VDBs and true the VDBs will be deleted along with the container)
CODEdelphix selfservice container 'CONTAINER_X' > delete delphix selfservice container 'CONTAINER_X'delete *> set deleteDataSources=<true/false> delphix selfservice container 'CONTAINER_X'delete *> commit