diff --git a/apps/dokploy/server/api/routers/application.ts b/apps/dokploy/server/api/routers/application.ts index df3e81c82..ebf1f1503 100644 --- a/apps/dokploy/server/api/routers/application.ts +++ b/apps/dokploy/server/api/routers/application.ts @@ -809,7 +809,6 @@ export const applicationRouter = createTRPCRouter({ path: "/drop-deployment", method: "POST", override: true, - enabled: false, }, }) .input(z.instanceof(FormData))