- Remove the user environment used for this analysis.
remove_env('opaf_my_scoring_env')Using this statement permanently removes the environment and its contents.Out:
User environment 'opaf_my_scoring_env' removed. True
- (Optional) Verify the specified environment has been removed by checking on the list of available user environments.
list_user_envs()
- Terminate the connection to the target VantageCloud Lake.
remove_context()
Out:
True