Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Hello
I have a question about how to apply weekly backup plan to the servlets created automatically
const droplet = await client.droplets.create({
name: domain,
region: 'ams3',
size: 's-1vcpu-1gb',
image: snapshot_id,
ssh_keys: [await this.get_ssh_key()],
backups: true,
plan: 'weekly',
ipv6: false,
private_networking: true,
volumes: null,
tags: ['test'],
user_data
});
Field ‘plan’ doesn work in this context
Thank you …
9c1989c1c80144c7a9977905ce64c9
Scott H
1e6b823ea20d4cb189a34a922f5588
Rory McEwan
lan
kprichard
Edward Narrdo
Vinoth K
David Ventimiglia