You can start/stop your Aternos server, calling start() or stop().Here is an example how to use the API:# Import from python_aternos import Client # Create object atclient = Client() # Log in # with username and password atclient.login('example', 'test123') # ---OR--- # with ...