Update App Service

Updates the partner-managed config (name, build_command, start_command, env_vars). Env var changes propagate to the deployed service immediately. Build and start command changes take effect on the next deploy.

Path Params
string
required

Unique Service ID

Body Params
string

Human-readable label for the service. Does not change the auto-generated ident.

string

Shell command Hint runs at deploy time. Defaults to npm install && npm run build. Render reads this only at the start of each deploy, so a change here takes effect on the next revision push.

string

Shell command Hint runs to boot the service. Defaults to node server.js. Render reads this only at the start of each deploy.

env_vars
object

Free-form object of partner-supplied environment variables passed through to the deployed service. Example: {"STRIPE_API_KEY": "sk_test_...", "FEATURE_X": "true"}. Reserved keys starting with HINT_ (and DATABASE_URL) are managed by Hint and override any values supplied here.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json