Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Example:
"54fb80af-576c-4fdc-ba4f-b596c83f15a1"
Body
application/json
- Option 1
- Option 2
Examples:
{
"type": "manual",
"config": { "instanceCount": 8 }
}{
"type": "horizontal",
"config": {
"minInstanceCount": 3,
"maxInstanceCount": 20
}
}The default start command of the process can be overwritten with entrypoint.
Example:
"node index.js"
Response
Process updated successfully