informatica.infacore.compute_engine.informatica.remote_compute_engine.RemoteComputeEngine.stop

RemoteComputeEngine.stop()

Stops the Data Integration Service of the remote compute engine.

Example

>>> import informatica.infacore as ic
>>> local_ce = ic.get_compute_engine()
>>> local_ce.stop()