Cleanup and lifecycle management commands
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The following commands help you manage container lifecycle and clean up resources:
| Command | Description |
|---|---|
prune |
Removes stopped containers and orphaned profile directories. Note: Add --dry-run to preview
the changes before applying them. |
terminate |
Stops all containers and removes profile directories. CAUTION: This is a destructive
operation intended for environment reset. |
repair-registry |
Rebuilds the registry file from directories. This command is useful if manual
deletions occur. Note: Add
--force to override an existing
registry. |
stop-all |
Stops running containers while preserving directories. |