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.
$ 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. |
No comments yet.