Question

App Platform instance_size_slug options

The instance_size_slug options for use with the app spec for the app marketplace don’t appear to be listed anywhere and are different from those used for droplets.

Am I right in thinking they are the following?

Slug RAM vCPUs Price per month
basic-xxs 512MB RAM 1 vCPU $5
basic-xs 1GB RAM 1 vCPU $10
basic-s 2GB RAM 1 vCPU $20
basic-m 4GB RAM 2 vCPUs $40
professional-xxs 1GB RAM 1 vCPU $12
professional-xs 2GB RAM 1 vCPU $25
professional-s 4GB RAM 2 vCPUs $50
professional-m 4GB RAM 1 Dedicated vCPU $75
professional-l 8GB RAM 2 Dedicated vCPUs $150
professional-xl 16GB RAM 4 Dedicated vCPUs $300

Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Jon Friesen
DigitalOcean Employee
DigitalOcean Employee badge
October 7, 2020
Accepted Answer

👋 @iwootten

The slugs that you posted aren’t correct, though they are close. I added slugs to our App Platform pricing page here:

https://www.digitalocean.com/docs/app-platform/#plans-and-pricing

Thanks for bringing this to our attention!

Two years late ik, but they have a doctl command for this now.

doctl compute size list

You can get the most up-to-date list by doing an API request, as shown in:

https://developers.digitalocean.com/documentation/v2/#list-instance-sizes