Manage your DigitalOcean infrastructure including droplets, domains, DNS records, databases, volumes, networking, and monitoring. Automate cloud operations, domain management, and database administration with the DigitalOcean API.
Use DigitalOcean as a trigger to kick off a workflow, or use it as an action to do something automatically in your workflow.
No triggers available
Show information about the current user account, including limits and verification status.
List all actions taken on your account. Actions are records of events like rebooting droplets or transferring images.
Retrieve details of a specific action by its ID. Shows status, timestamps, and associated resource information.
Retrieve a list of all domains in your DigitalOcean account that you are managing through the DNS interface.
Add a new domain to your DigitalOcean account. Optionally create an A record pointing to the apex domain.
Retrieve details about a specific domain including TTL, zone file, and DNS configuration.
Delete a domain from your DigitalOcean account. This will remove all DNS records associated with the domain.
Retrieve a list of all Droplets in your account with optional filtering by tag, name, or type (GPU/regular)
Create a new Droplet with comprehensive configuration options including region, size, image, SSH keys, backups, monitoring, and VPC settings
Retrieve detailed information about a specific Droplet by its ID, including status, resources, and configuration
Delete a specific Droplet by its ID. This action is irreversible and will permanently destroy the Droplet.
Delete all Droplets assigned to a specific tag. This action is irreversible and will permanently destroy all matching Droplets.
Retrieve all backups associated with a specific Droplet
Retrieve the backup policy information for a specific Droplet
List backup policies for all Droplets in the account
Retrieve all snapshots that have been created from a specific Droplet
Retrieve a list of all kernels available to a specific Droplet
Retrieve a list of all firewalls applied to a specific Droplet
Retrieve a list of any "neighbors" (Droplets co-located on the same physical hardware) for a specific Droplet
List the associated billable resources that can be destroyed along with a Droplet (snapshots, volumes, reserved IPs, etc.)
Retrieve a list of all Droplets that are co-located on the same physical hardware across your account
Retrieve a list of all available images for Droplet creation, including distributions, applications, and snapshots.
Retrieve a list of all available Droplet sizes with pricing, specifications, and regional availability.
Retrieve a list of all available DigitalOcean regions with their features, availability, and supported services.
List all available options for database engines including supported versions, regions, sizes, and configurations
List all database clusters in your account, optionally filtered by tag. Includes connection information and cluster status.
Create a new managed database cluster with specified configuration. Supports all DigitalOcean database engines. Note: Automated backups are enabled by default for all database clusters.
Retrieve detailed information about a specific database cluster including configuration, connection details, and status.
Permanently delete a database cluster. This action cannot be undone and will destroy all data.
Migrate a database cluster to a different region.
Create a new user for a database cluster with specified credentials and permissions.
Retrieve a list of all users for a database cluster.
Remove a user from a database cluster. This action cannot be undone.
Create a new database within an existing database cluster.