Vultr DocsLatest Content


List

Updated on 15 September, 2025

Lists all available marketplace applications that can be deployed on Vultr instances for quick application setup.


The vultr-cli apps list command displays all available marketplace applications that can be deployed on Vultr instances, helping users identify options for quick application deployment.

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.

Comments

No comments yet.