constwrapper=require("falixnodes-panel-api-wrapper");constFalixNodes=newwrapper("myApiToken");asyncfunctionmyFunction(){constmyServer=awaitFalixNodes.getServer("myApiToken");// attempt to start the server// available options are `start`, `stop`, `kill` and `restart`awaitmyServer.power("start");}myFunction();