Deleting an Application
When you no longer need an application, you can remove it from Appliku through the dashboard.
How to Delete
- Go to your application in the dashboard
- Open Application Settings
- Scroll to the bottom of the page
- Click Delete
- Confirm the deletion when prompted
What Happens When You Delete
When you delete an application, Appliku:
- Stops all running processes for the application (web, workers, cron jobs)
- Removes the application from the Appliku dashboard
- Removes the Docker containers and configuration from the server
- Removes the Nginx configuration for the application
What Is NOT Deleted
- Databases -- any databases attached to the application are not automatically deleted. You must remove them separately from the Databases section if they are no longer needed.
- Git repository -- your source code repository is not affected. Appliku only removes its connection to the repository.
- Server -- the server itself remains connected to Appliku and available for other applications.
- DNS records -- any DNS records you configured for custom domains are not removed. You should clean up DNS records manually at your DNS provider.
- Volumes -- persistent volumes on the server may remain. Check and clean up server storage if needed.
Caution
Deletion is permanent and cannot be undone. If you want to temporarily stop an application without deleting it, consider turning off all processes in the Processes tab instead.