Is there a way to suspend an App without using the CLI?

I wanted to have a remote way to basically suspend/resume my apps without having access to the PC on which the app was deployed. I have looked around and it doesn’t seem possible but maybe someone could suggest a workaround.

You can use the Machines API to list all Machines, extract Machine IDs, and issue stop/start commands.

Thanks, this works!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.