Vultr DocsLatest Content


List

Updated on 15 September, 2025

Lists all available operating systems for Vultr instances, displaying their IDs, names, architectures, and family information.


The vultr-cli os list command displays all operating systems available for deployment on Vultr instances, showing OS IDs, names, architectures, and family information.

Usage

console
$ vultr-cli os list [flags]

Examples

console
# Full example
$ vultr-cli os list
# Full example with paging
$ vultr-cli os list --per-page=1 --cursor="bmV4dF9fMTI0"
# Shortened with alias commands
$ vultr-cli o 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.