DigitalOcean Snapshot Cleanup and Creation
detail.loadingPreview
Automates the management of DigitalOcean snapshots by cleaning up old ones and creating new ones.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the process of managing snapshots for your DigitalOcean droplets. It is triggered every 48 hours. The workflow retrieves all droplets, lists their existing snapshots, and if the number of snapshots for a droplet exceeds a predefined limit (4 in this case), it deletes the oldest snapshots. Finally, it creates a new snapshot for each droplet, ensuring that you always have up-to-date backups.
Key Features
- Triggered automatically every 48 hours.
- Lists all DigitalOcean droplets.
- Retrieves existing snapshots for each droplet.
- Deletes the oldest snapshots if the count exceeds 4.
- Creates new snapshots after cleanup.
How To Use
- Configure Trigger: Adjust the
Runs every 48hrsnode to change the trigger frequency if needed. - Set API Credentials: Configure the
DigitalOcean Accountcredentials in the HTTP Request nodes with your DigitalOcean API token. - Adjust Snapshot Limit: Modify the
Filternode's condition (value2: 4) to set your desired maximum number of snapshots per droplet. - Deploy and Monitor: Save the workflow and let it run automatically.
Apps Used
Workflow JSON
{
"id": "e800d1da-43ec-4ef5-92ee-6b8b1da94295",
"name": "DigitalOcean Snapshot Cleanup and Creation",
"nodes": 0,
"category": "Cloud Infrastructure",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: e800d1da-43ec...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Automate Competitor Tracking with Crunchbase & ClickUp
Streamline competitor analysis by automatically fetching data from Crunchbase and creating review tasks in ClickUp. Stay informed about market changes without manual effort.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Automate Shipment Tracking with Telegram and n8n
Streamline your logistics operations by automating shipment tracking with Telegram and n8n. This workflow allows drivers to easily share updates, and ensures timely notifications to your team.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Convert Any Webpage to PDF and Save Locally
This n8n workflow provides a simple way to convert any public webpage URL into a PDF document. Once converted, the PDF file is automatically saved to your local disk, making it easy to archive or share web content offline.
Automate DOCX to PDF Conversion and Save Locally
This workflow automates the process of converting a Microsoft Word DOCX file to a PDF document. It downloads a source DOCX file, uses ConvertAPI to perform the conversion, and then saves the resulting PDF file directly to your local disk.