create_droplet
Create a new DigitalOcean Droplet by specifying its name, region, size, and image. Optionally add SSH keys and tags.
Instructions
Create a new Droplet. Specify name, region, size, and image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable name for the Droplet | |
| size | Yes | Size slug (e.g., 's-1vcpu-1gb', 's-2vcpu-4gb') | |
| tags | No | Optional array of tag names | |
| image | Yes | Image slug or ID (e.g., 'ubuntu-24-04-x64') | |
| region | Yes | Region slug (e.g., 'nyc1', 'sfo3', 'lon1') | |
| ssh_keys | No | Optional array of SSH key IDs to add |