latestOpenAPI 3.1.02026-08-1076186318.8 KB

ab648a80ca4d

Application Processes

Update process details

put/applications/processes/{id}

Path parameters

idstring required
Example:54fb80af-576c-4fdc-ba4f-b596c83f15a1

Request body

entrypointstring

The default start command of the process can be overwritten with entrypoint.

Example request

{
  "entrypoint": "node index.js"
}

Response

Process updated successfully

Example response

{
  "process": {
    "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
    "app_id": "882b80af-576c-4fdc-ba4f-b596c83f9ksh",
    "display_name": "Web process",
    "entrypoint": "node index.js",
    "updated_at": 1695300630620,
    "created_at": 1695300630620
  }
}