ev delete
Usage
Description
Deletes an app or a specific environment. Requires typing the name to confirm.
Deleting an app removes all its environments, secrets, and release history. Deleting an environment removes its secrets and releases but keeps the app.
Examples
App Naming
When you define apps in ev.yaml, the key becomes the app name:
If you rename an app key (e.g., delightable-pay → Pay), the next ev push creates a new app called "Pay". Delete the old one with:
Related
- Configuration — app naming in ev.yaml
- ev env — manage environments