Bulk Create/Update Application Environment Variables
coolify_bulk_create_app_envsCreate or update multiple environment variables for a Coolify application in one API call. Upserts existing keys and creates new ones, ideal for provisioning application configurations from external sources.
Instructions
Create or update multiple environment variables at once via a single API call. Coolify upserts: existing keys are updated, new keys are created. Useful when setting up a new application with all its required env vars from BWS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Application UUID | |
| reveal | No | Reveal redacted secret values in the response (default false; the call is audited) | |
| instance | Yes | REQUIRED — which Coolify instance to mutate: 'prod' (Hetzner VPS) or 'dev' (local OrbStack VM). No default: state the target explicitly so a write never lands on prod by accident. | |
| variables | Yes | Array of env vars to create or update |