get_instance
Obtain detailed metadata for a cache instance: name, tier, status, region, RAM limit, and Redis connection string. Requires instance UUID from list_instances.
Instructions
Get full metadata for a specific cache instance: name, tier, status (provisioning / running / paused), region, RAM limit, Redis connection string, created_at, and expiry. Read-only. Returns an error if the instance_id is not found or belongs to another account. Call list_instances first to discover valid UUIDs. Use get_connection_string instead if you only need the redis:// URL for your app config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | UUID of the instance (from list_instances) |