MCP tool · VPS
list_vps
List the VPS (virtual private server) services on this account — each with its serviceId, displayName, status, node, ip, expiresAt and, where the client…
list_vps
Read-onlyIdempotent
Description
List the VPS (virtual private server) services on this account — each with its serviceId, displayName, status, node, ip, expiresAt and, where the client area exposes it, the libvirt vpsId. Those are the only VPS tools: reinstalling, resizing, deleting, snapshots, rDNS and the firewall are done in the Inleed client area, not here — say so rather than inventing a tool. This lists only VPS services; for every service call list_services, and for web-hosting accounts call get_hosting_account. An account with no VPS returns an empty list.
Input
| Name | Type | Description |
|---|---|---|
status
|
string |
Optional status filter passed through to the client area, e.g. active.
|
limit
|
integer | Page size, 1–200. Defaults to the client-area default. |
cursor
|
string |
Pagination cursor from a previous response's nextCursor.
|