Raff Apps

Set environment variable

Create or update one variable. By default the change rolls out to running replicas. Set redeploy: false to defer it to the next deploy.

put/api/v1/apps/services/{service_id}/env

Path parameters

service_idstring required

App service ID (UUID) or short id (the service_id field)

Request body

keystring required
valuestring required
is_secretboolean
redeployboolean

Response

Variable set

successboolean
deployment_idstring uuid

Changes