Run container services from a single API that talks to your Docker host over secure SSH. This setup fits hosting teams and IT groups that need to deploy, start, stop, or pause customer containers at scale with clear results. It reduces manual server work and keeps actions consistent.
An authenticated webhook receives POST requests. It checks the server domain, then routes each request to the right action using Switch nodes. Set nodes build shell commands for tasks like deploy, start, stop, inspect, disk mount, users, and network checks. The SSH node runs the command on the server. A Code node reads the server output and returns clean JSON. You get a 200 success response or a 422 error when the domain is wrong.
Prepare SSH access to a Docker host and set your server domain and folders. Expect faster service delivery, fewer mistakes, and less hands-on time per request. Use it to auto provision from billing apps, pause unpaid services, adjust packages, or manage disks for customer containers.