Lists all available operating systems for Vultr instances, displaying their IDs, names, architectures, and family information.
The vultr-cli os list command displays all available operating systems on Vultr's platform, helping developers select an OS when deploying virtual machines or instances.
$ vultr-cli os list [flags]
# 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
| 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. |