restart_project

getml.engine.restart_project(name)[source]

Suspends and then relaunches the currently connected project. This will kill all jobs currently running on that process.

Args:

name (str): Name of the new project.

Raises:

ConnectionRefusedError: If unable to connect to engine TypeError: If any of the input arguments is of wrong type.