Skip to content
Cloudflare Docs

Pricing

vCPU, Memory and Disk

Containers are billed for every 10ms that they are actively running at the following rates, with included monthly usage as part of the $5 USD per month Workers Paid plan:

MemoryCPUDisk
FreeN/AN/A
Workers Paid25 GiB-hours/month included
+$0.0000025 per additional GiB-second
375 vCPU-minutes/month
+ $0.000020 per additional vCPU-second
200 GB-hours/month
+$0.00000007 per additional GB-second

You only pay for what you use — charges start when a request is sent to the container or when it is manually started. Charges stop after the container instance goes to sleep, which can happen automatically after a timeout. This makes it easy to scale to zero, and allows you to get high utilization even with bursty traffic.

Memory and disk usage are based on the provisioned resources for the instance type you select, while CPU usage is based on active usage only.

Instance Types

When you deploy a container, you specify an instance type.

The instance type you select will impact your bill — larger instances include more memory and disk, incurring additional costs, and higher CPU capacity, which allows you to incur higher CPU costs based on active usage.

The following instance types are currently available:

Instance TypevCPUMemoryDisk
lite1/16256 MiB2 GB
basic1/41 GiB4 GB
standard-11/24 GiB8 GB
standard-216 GiB12 GB
standard-328 GiB16 GB
standard-4412 GiB20 GB

Network Egress

Egress from Containers is priced at the following rates:

RegionPrice per GBIncluded Allotment per month
North America & Europe$0.0251 TB
Oceania, Korea, Taiwan$0.05500 GB
Everywhere Else$0.04500 GB

Workers and Durable Objects Pricing

When you use Containers, incoming requests to your containers are handled by your Worker, and each container has its own Durable Object. You are billed for your usage of both Workers and Durable Objects.

Logs and Observability

Containers are integrated with the Workers Logs platform, and billed at the same rate. Refer to Workers Logs pricing for details.

When you enable observability for your Worker with a binding to a container, logs from your container will show in both the Containers and Observability sections of the Cloudflare dashboard.