list_instances
Retrieve all cache instances with status and connection details. Use this to get instance IDs required by other cache tools.
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 | |||