> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sqd.dev/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.sqd.dev/feedback

```json
{
  "path": "/en/cloud/reference/cli/list",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# List Squids

> List your deployed squids on SQD Cloud with sqd ls — show running, stopped, and archived deployments per organization with their slots and tags.

# `sqd list`

List squids deployed to the Cloud

* [`sqd list`](#sqd-list-1)

## `sqd list`

List squids deployed to the Cloud

```
USAGE
  $ sqd list [--interactive] [--truncate]
    [-r [<org>/]<name>(@<slot>|:<tag>) | -o <code> | -n <name> | [-s <slot>] | [-t <tag>]]

FLAGS
  --[no-]interactive  Disable interactive mode
  --[no-]truncate     Truncate data in columns: false by default

SQUID FLAGS
  -n, --name=<name>                               Name of the squid
  -r, --reference=[<org>/]<name>(@<slot>|:<tag>)  Fully qualified reference
                                                  of the squid. It can include
                                                  the organization, name, slot,
                                                  or tag
  -s, --slot=<slot>                               Slot of the squid
  -t, --tag=<tag>                                 Tag of the squid

ORG FLAGS
  -o, --org=<code>  Code of the organization

ALIASES
  $ sqd ls
```

*See code: [src/commands/ls.ts](https://github.com/subsquid/squid-cli/tree/master/src/commands/ls.ts)*
