list_instances
List all cache instances with status, region, and connection details to discover instance UUIDs required for other cache operations.
Instructions
List all your cachly cache instances with their status and connection details. Read-only. Returns an array of instance objects — each with id, name, tier, status, region, RAM, and redis:// connection string. Returns an empty array if no instances exist. No pagination: all instances are returned in one call (typical accounts have < 20). Use this first to discover instance UUIDs required by get_instance, cache_get, cache_set, and all other cache tools. Use get_instance to retrieve full metadata for a single instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||