Manage Container Env
manage_container_envIdempotently add or remove container environment variables. Returns already_exists if entry exists with same value; raises CONFLICT if value differs.
Instructions
Add or remove a container environment variable. Idempotent by name+key. add returns already_exists if the entry exists with the same value; throws CONFLICT if the value differs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Environment variable name — part of idempotency key | |
| name | Yes | Container name | |
| value | No | Environment variable value (required for add) | |
| action | Yes | Action to perform | |
| dryRun | No | Preview changes without applying. | |
| routerId | No | Router ID; omit to use the default router. |