# Cloud Runtime

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

 - [POST /cloudbrowser/start](https://guide.morelogin.com/uk/api-reference/browser/open-api/cloud-runtime/startcloudruntimeopenapi.md): Start a browser profile as a cloud runtime. Starting is asynchronous. A successful response only means the start request was accepted. Poll [Page cloud runtimes](#operation/pageCloudRuntimesOpenApi) u
 - [POST /cloudbrowser/stop](https://guide.morelogin.com/uk/api-reference/browser/open-api/cloud-runtime/stopcloudruntimeopenapi.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 /cloudbrowser/page](https://guide.morelogin.com/uk/api-reference/browser/open-api/cloud-runtime/pagecloudruntimesopenapi.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 /cloudbrowser/connect](https://guide.morelogin.com/uk/api-reference/browser/open-api/cloud-runtime/connectcloudruntimeopenapi.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
