delete_egg_variable
Remove an environment variable from a Pterodactyl egg configuration. This admin action permanently deletes the specified variable using nest, egg, and variable IDs.
Instructions
Delete an environment variable from an egg (admin action). This is permanent and cannot be undone. Use list_egg_variables to find the variable_id. Requires Application API key.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nest_id | Yes | Nest ID that contains the egg (from list_nests) | |
| egg_id | Yes | Egg ID that contains the variable (from list_eggs) | |
| variable_id | Yes | Variable ID to delete (from list_egg_variables) |