This guide will show you how to delete a user from the self-hosted Coolify instance. Only users who are in theDocumentation Index
Fetch the complete documentation index at: https://coollabstechnologiesbt.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
root team can delete users from the UI.
- Go to the
Teampage. - Switch to
Admin Viewtab.
Delete button next to the user you want to delete.
Deletion process
Coolify iterate over all the teams of a user and decide of the followings:The user is alone in the team
The team and all resources from the server and from Coolify’s database are deleted.The user is not alone in the team
-
The user is the owner/admin of the team and no other owners/admins found, but the team has members:
- The ownership is transferred to the first user in the team who is not the owner/admin.
- The user is removed from the team. No resources are deleted.
-
The user is the owner/admin of the team and no other owners/admins found, but the team has no members:
- The team and all resources from the server and from Coolify’s database are deleted.
-
The user is not the owner/admin of the team:
- The user is removed from the team. No resources are deleted.