set_env
Set or replace a container's environment variables with a rolling restart, no rebuild required. Values are never exposed, and build-time vars apply on next deploy.
Instructions
Set/replace a container's environment variables (rolling restart, no rebuild). Values are accepted but NEVER echoed back. Public build-time names (VITE_*, NEXT_PUBLIC_*, REACT_APP_*) only take effect in the bundle after the next deploy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | Yes | Full desired map of env vars | |
| container | Yes | Container name or id |