get_instance
Retrieve full metadata for a cache instance by providing its UUID. Get name, tier, status, region, RAM limit, Redis connection string, creation date, and expiry.
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) |