@cloudflare-container-team, can you confirm this issue? Fix Cloudflare Container Instance Type Er

@cloudflare-container-team, can you confirm this issue?

Fix Cloudflare Container Instance Type Error

Problem: Used invalid instance type "standard-1" which doesn't exist in Cloudflare API.

Error Message:
Expected "containers.instance_type" field to be one of ["dev","basic","standard"] but got "standard-1".

---
Root Cause

Mismatch between documentation and reality:
- Documentation shows: "lite", "standard-1", "standard-2", "standard-3", "standard-4"
- API actually accepts: "dev", "basic", "standard" (only 3 types)

The larger instance types ("standard-1" through "standard-4") are documented but not yet implemented in the Cloudflare Containers public beta.

---
Currently Valid Instance Types

Based on the API validation error, only these 3 types exist:

| Instance Type | Resources (estimated) |
|---------------|-----------------------------------------|
| "dev" | Minimal (likely ~2 GB disk) |
| "basic" | Small (4 GB disk) |
| "standard" | Medium (8 GB disk, 4 GiB RAM, 1/2 vCPU) |

---
Was this page helpful?