# Cloud Runtime

Start, stop, query, and connect to browser profiles running in the MoreLogin cloud.

 - [POST /api/cloudbrowser/start](https://guide.morelogin.com/api-reference/browser/local-api/cloud-runtime/startcloudruntimelocal.md): Start a browser profile as a cloud runtime. The browser runs on MoreLogin infrastructure, not on this machine. Starting is asynchronous. A successful response only means the start request was accepted
 - [POST /api/cloudbrowser/stop](https://guide.morelogin.com/api-reference/browser/local-api/cloud-runtime/stopcloudruntimelocal.md): Stop the active cloud runtime for a profile. A successful response only means the stop request was accepted; archiving and resource release may still be in progress. `force` is only honored when the c
 - [POST /api/cloudbrowser/page](https://guide.morelogin.com/api-reference/browser/local-api/cloud-runtime/pagecloudruntimeslocal.md): Query the browser profiles visible to the authenticated member together with the cloud runtime status for that member. `envId` also accepts the field alias `id`. `groupId` of `0` means ungrouped.
 - [POST /api/cloudbrowser/connect](https://guide.morelogin.com/api-reference/browser/local-api/cloud-runtime/connectcloudruntimelocal.md): Return the connection details for a running cloud runtime. Attach an automation framework such as Puppeteer, Playwright, or Selenium to the returned `cdpUrl`. The runtime must be in the `RUNNING` stat
