A new wrangler containers instances command lists all instances for a given Container application. This mirrors the instances view in the Cloudflare dashboard. The command displays each instance's ID, name, state, location, version, and creation time: wrangler containers instances APPLICATIONID Use the --json flag f...
Containers - List Container instances with `wrangler containers instances`
Cloudflare Developer Platform Changelog · 2026-03-12
Related items
Containers - Larger Container instance types
New instance types provide up to 4 vCPU, 12 GiB of memory, and 20 GB of disk per container instance. Instance Type vCPU Memory Disk lite 1/16 256 MiB 2 GB basic 1/4 1 GiB 4 GB standard-1 1/2 4 GiB 8 GB standard-2 1 6 GiB 12 GB standard-3 2 8 GiB 16 GB standard-4 4 12 GiB 20 GB The dev and standard instance types are...
Containers - SSH into running Container instances
You can now SSH into running Container instances using Wrangler. This is useful for debugging, inspecting running processes, or executing one-off commands inside a Container. To connect, enable wranglerssh in your Container configuration and add your ssh-ed25519 public key to authorizedkeys : wrangler.jsonc { " cont...
AI Search - Create, manage, search AI Search instances with Wrangler CLI
AI Search supports a wrangler ai-search command namespace. Use it to manage instances from the command line. The following commands are available: Command Description wrangler ai-search create Create a new instance with an interactive wizard wrangler ai-search list List all instances in your account wrangler ai-sear...
Containers - Use Docker Hub images with Containers
Containers now support Docker Hub images. You can use a fully qualified Docker Hub image reference in your Wrangler configuration instead of first pushing the image to Cloudflare Registry. wrangler.jsonc { " containers " : [ { // Example: docker.io/cloudflare/sandbox:0.7.18 " image " : "docker.io/NAMESPACE/REPOSITOR...
Containers - Run more Containers with higher resource limits
You can now run more Containers concurrently with higher limits on CPU, memory, and disk. Limit New Limit Previous Limit Memory for concurrent live Container instances 400GiB 40GiB vCPU for concurrent live Container instances 100 20 Disk for concurrent live Container instances 2TB 100GB You can now run 1000 instance...
Containers - Custom container instance types now available for all users
Custom instance types are now enabled for all Cloudflare Containers users. You can now specify specific vCPU, memory, and disk amounts, rather than being limited to pre-defined instance types . Previously, only select Enterprise customers were able to customize their instance type. To use a custom instance type, spe...