Skip to main contentSkip to navigation
[email protected]
Client AreaSupport
Hosting Mammoth
HostingMammothYour Data, Our Responsibility
Home
Solutions
Hosting Services
Store
Pricing
About
Blog
API
Contact

Stay Ahead of the Curve

Get the latest insights on cybersecurity, AI innovations, and enterprise data solutions delivered to your inbox.

Hosting Mammoth
HostingMammothEnterprise Solutions

Enterprise-grade data solutions. Hosting, recovery, cybersecurity, and AI-powered services for businesses worldwide.

[email protected]
Sun - Fri, 9:00am - 5:00pm

Services

  • Cloud Hosting
  • Data Recovery
  • Cybersecurity
  • Legal Support
  • MSP Services
  • Web Development
  • AI Services
  • Free Server Migration

Hosting

  • VPS Hosting (NVMe SSD)
  • VDS Hosting (NVMe)
  • Storage VPS (High SSD)
  • GPU Servers
  • Managed Services
  • Cloud Firewall
  • Load Balancer
  • One-Click Apps
  • n8n Hosting
  • Object Storage
  • FAQ

Company

  • Store
  • Pricing
  • About Us
  • Locations
  • Blog
  • Testimonials
  • Contact
  • Affiliate Program
  • White-Label
  • Terms of Service
  • Privacy Policy
  • Browser Cookies
  • SLA

Support

  • Client Area
  • Submit Ticket
  • Knowledge Base
  • Server Status
  • API Documentation

© 2026 Hosting Mammoth. All rights reserved.

Knowledge Base
Getting StartedAccount ManagementVPS HostingGPU ServersStorage VPSCloud FirewallLoad BalancerServer ManagementBilling & PaymentsSupport & TicketsAffiliate ProgramReseller ProgramMarketplace & Appsn8n HostingManaged ServicesServer MigrationAPI & DevelopersSecurityTroubleshootingGlossaryInstall Guides
  1. Home
  2. /
  3. Support
  4. /
  5. Server Management
  6. /
  7. Cancel Server
GUIDEServer Management

How to Cancel a Server

5 min read

If you no longer need a server, Data Mammoth provides a straightforward cancellation process through your dashboard. This guide explains how to cancel a server, what to do before cancellation, and what happens to your data and billing afterward.

Before You Cancel

Cancelling a server is a permanent action. Once the cancellation takes effect, all data on the server is deleted and cannot be recovered. Take these steps before proceeding:

1. Back Up Your Data

Download any files, databases, configurations, or other data you want to keep:

bash
# Download files via SCP
scp -r [email protected]:/var/www/mysite ./backup/

Export a MySQL database

mysqldump -u root -p mydatabase > mydatabase_backup.sql

Export a PostgreSQL database

pg_dump -U postgres mydatabase > mydatabase_backup.sql

You can also create a snapshot through the dashboard as a temporary backup.

2. Update DNS Records

If you have domain names pointing to this server, update your DNS records before cancellation:

  • Point A records to a new server or remove them.
  • Update MX records if the server handles email.
  • Update any application configurations that reference this server's IP.

3. Migrate Services

If you are moving to a different server, complete the migration before cancelling. See Server Migration — Move to Us Hassle-Free for guidance.

4. Check for Dependencies

Review whether other servers, applications, or integrations depend on this server:

  • API endpoints hosted on this server
  • Database connections from other applications
  • Monitoring or alerting configurations
  • Cron jobs or scheduled tasks that reference this server

5. Remove Add-ons

Consider removing any paid add-ons (additional IPs, backups, DDoS protection) before the cancellation to ensure they are properly deprovisioned.

How to Cancel

  • Log in to your Data Mammoth dashboard.
  • Navigate to Servers and click on the server you want to cancel.
  • Go to the Settings tab or look for a Cancel option in the server management menu.
  • Click Cancel Server or Request Cancellation.
  • Select the cancellation timing:
  • - End of billing period — The server remains active until the current billing cycle ends. No further charges after that date. - Immediate — The server is stopped and data is deleted right away.
  • Optionally provide a reason for cancellation (this helps us improve our services).
  • Confirm the cancellation.
  • You will receive a confirmation email once the cancellation request is processed.

    What Happens After Cancellation

    End of Billing Period Cancellation

    • Your server remains fully functional until the billing period ends.
    • No new invoices are generated for this server.
    • On the expiration date, the server is stopped and scheduled for deletion.
    • Data is permanently deleted within a short period after the server is stopped.

    Immediate Cancellation

    • The server is stopped immediately.
    • Data deletion begins right away.
    • A prorated credit may be applied to your account for the unused portion of the billing period, depending on your plan and our refund policy.

    Data Retention

    Once a server is cancelled and deleted:

    • All files, databases, and configurations are permanently removed.
    • Snapshots associated with the server may also be deleted (check your snapshot policies).
    • Backups stored externally (e.g., downloaded to your local machine or a third-party service) are not affected.
    There is no way to recover data after a server is deleted. Always back up everything important before cancelling.

    Billing After Cancellation

    • No further charges — Once cancelled, no new invoices are generated for the server.
    • Outstanding invoices — Any unpaid invoices for previous billing periods are still due.
    • Prorated refunds — Depending on your plan and payment timing, you may receive a credit for unused days. See Refund Policy & How to Request a Refund.
    • Add-on charges — Add-ons linked to the cancelled server are automatically removed.

    Cancelling vs. Stopping

    If you only need to temporarily disable a server:

    • Stopping a server powers it off but preserves all data and keeps your plan active. You continue to be billed. See How to Start, Stop, and Restart Your Server.
    • Cancelling a server permanently terminates the service and deletes all data.
    Choose stopping if you plan to use the server again in the near future.

    Reactivating After Cancellation

    If you cancelled with an end-of-period date and change your mind before the period ends, you may be able to reverse the cancellation:

  • Navigate to the server in your dashboard.
  • Look for a Cancel Cancellation or Reactivate option.
  • Click to restore the server to active status.
  • Once the server has been deleted, reactivation is not possible. You would need to order a new server and set it up from scratch.

    What to Do Next

    • Refund Policy & How to Request a Refund — Understand your refund options.
    • How to Cancel a Subscription — Cancel other subscriptions.
    • Server Migration — Move to Us Hassle-Free — Migrate before cancelling.
    • How to Order Your First Server — Order a replacement server if needed.

    Was this article helpful?

    ← Back to Server ManagementBrowse all categories →

    Still have questions?

    Contact Support →Submit a Ticket