Skip to main content
PUT
Update app config and resources

Authorizations

Authorization
string
header
required

Send your API token (Dashboard → Settings → API Token) as Authorization: Bearer <token>.

Path Parameters

app_id
string<uuid>
required

Body

application/json
name
string
description
string
subdomain
string
ram
integer
custom_command
string
Maximum string length: 250
entrypoint
string
is_downgrade
boolean

Must be set when the requested RAM is lower than the app's current RAM — confirms the caller intends a resource downgrade.

Response

App updated successfully

message
string