liara_list_vms
Retrieve a list of virtual machines from the Liara cloud platform with pagination options for efficient management.
Instructions
List all virtual machines
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) | |
| perPage | No | Number of items per page | |
| limit | No | Alternative to perPage: maximum number of items to return | |
| offset | No | Alternative to page: number of items to skip |