coolify_delete_database_env
Delete a specific environment variable from a Coolify database by providing the database UUID and environment variable UUID. Confirmation is required to complete this destructive action.
Instructions
[DESTRUCTIVE] Delete an environment variable from a Coolify database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | UUID of the database | |
| confirm | No | Set to true to confirm this destructive operation | |
| env_uuid | Yes | UUID of the environment variable to delete |