---
title: List
url: https://docs.vultr.com/reference/vultr-cli/apps/list
description: Lists all available marketplace applications that can be deployed on Vultr instances for quick application setup.
publish_date: 2025-09-14T03:00:43.932787Z
last_updated: 2025-11-07T17:38:08.531735Z
---

The `vultr-cli apps list` command displays all available marketplace applications that can be deployed on Vultr instances, showing their IDs and names for reference.

## Usage

```console
$ vultr-cli apps list [flags]
```

## Examples

```console
# Full example
$ vultr-cli applications list

# Full example with paging
$ vultr-cli applications list --per-page=1 --cursor="bmV4dF9fMg=="

# Shortened with alias commands
$ vultr-cli a l
```

## Flags
| Shorthand | Long Version | Description |
|-----------|--------------|-------------|
| -c | --cursor | (optional) Cursor for paging. |
| -p | --per-page | (optional) Number of items requested per page. Default is 100 and Max is 500. |