Overview
Removes/deletes an existing project from Dokploy. This operation is destructive and will permanently delete the project and all associated resources.Annotations
This operation permanently deletes a project and all its resources. Use with caution.
This operation is not idempotent - attempting to delete an already deleted project will result in an error.
This operation interacts with the external Dokploy API.
Input Schema
The ID of the project to remove. Must be a valid existing project ID.
Response Schema
Returns a success confirmation:Confirmation message indicating the project was removed successfully
Response data from the Dokploy API confirming the deletion
Usage Example
Error Handling
If the project removal fails, an error response will be returned:- Project ID does not exist
- Insufficient permissions to delete the project
- Project has active resources that cannot be deleted
- Network or API connection issues
Notes
- This operation is permanent and irreversible
- All environments associated with the project will be deleted
- All applications, databases, and compose services within the project will be permanently removed
- All domains and configurations will be deleted
- Make sure to backup any important data before removing a project
- Consider using
project-oneto review the project contents before deletion - You cannot undo this operation - deleted projects cannot be recovered