CLI cookbook: changing the API version
This topic describes how to change the API version.
Procedure
Log in to the Delphix Engine as the admin user.
CODEdelphix> su - admin@DOMAIN
Run the version command.
CODEdelphix> version 1.10.3 # This lists the current API verison. delphix> version <version you want to set to> delphix> version 1.8.2 # Displays the new version that you had set above.