Internal API with the Zoe master

The client side of the ZeroMQ API.

class zoe_api.master_api.APIManager

Main class for the API.

execution_delete(exec_id) → Tuple[bool, str]

Delete an execution.

execution_start(exec_id: int) → Tuple[bool, str]

Start an execution.

execution_terminate(exec_id: int, reason: str) → Tuple[bool, str]

Terminate an execution.

scheduler_statistics()

Query scheduler statistics.