WebSphere Extended Deployment provides jython scripts that you can use as scripting options to remove the Compute Grid environment (system application GEE) from your deployment target.
At installation, removeGEE.py is copied onto the installation target machines in the <install_root>/bin directory.
wsadmin -lang jython -f removeGEE.py <option>
You might have to modify the wsadmin command to wsadmin.sh or wsadmin.bat, depending on your operating system environment.
wsadmin -lang jython -f removeGEE.py --help
wsadmin -lang jython -f removeGEE.py --listFor example:
>> wsadmin -lang jython -f removeGEE.py --list INFO: Grid Execution Environment was found on following targets: cell=myCell,cluster=Endpoint1 cell=myCell,cluster=Endpoint2 cell=myCell,node=myNode01,server=server1