---
title: List Container instances with `wrangler containers instances`
description: A new Wrangler command to list all instances for a Container application.
image: https://developers.cloudflare.com/changelog-preview.png
---

> Documentation Index  
> Fetch the complete documentation index at: https://developers.cloudflare.com/changelog/llms.txt  
> Use this file to discover all available pages before exploring further. 

[Skip to content](#%5Ftop) 

# Changelog

New updates and improvements at Cloudflare.

[ Subscribe to RSS ](https://developers.cloudflare.com/changelog/rss/index.xml) [ View RSS feeds ](https://developers.cloudflare.com/fundamentals/new-features/available-rss-feeds/) 

![hero image](https://developers.cloudflare.com/_astro/hero.CVYJHPAd_26AMqX.svg) 

[ ← Back to all posts ](https://developers.cloudflare.com/changelog/) 

## List Container instances with \`wrangler containers instances\`

Mar 12, 2026 

[ Containers ](https://developers.cloudflare.com/containers/) 

A new [wrangler containers instances](https://developers.cloudflare.com/workers/wrangler/commands/containers/#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:

Terminal window

```
wrangler containers instances <APPLICATION_ID>
```

Use the `--json` flag for machine-readable output, which is also the default format in non-interactive environments such as CI pipelines.

For the full list of options, refer to the [containers instances command reference](https://developers.cloudflare.com/workers/wrangler/commands/containers/#containers-instances).

```json
{"@context":"https://schema.org","@type":"BlogPosting","@id":"https://developers.cloudflare.com/changelog/post/2026-03-12-wrangler-containers-instances/#page","headline":"List Container instances with `wrangler containers instances` · Changelog","description":"A new Wrangler command to list all instances for a Container application.","url":"https://developers.cloudflare.com/changelog/post/2026-03-12-wrangler-containers-instances/","inLanguage":"en","image":"https://developers.cloudflare.com/changelog-preview.png","dateModified":"2026-03-12","datePublished":"2026-03-12","publisher":{"@type":"Organization","name":"Cloudflare","url":"https://www.cloudflare.com/"},"isPartOf":{"@type":"WebSite","@id":"https://developers.cloudflare.com/#website","name":"Cloudflare Docs","url":"https://developers.cloudflare.com/"}}
```
