{
  "id": "view-service",
  "title": "View and manage Agent Memory service",
  "url": "https://redis.io/docs/latest/operate/rc/context-engine/agent-memory/view-service/",
  "summary": "View and manage your Agent Memory service in Redis Cloud.",
  "tags": [
    "docs",
    "operate",
    "rc"
  ],
  "last_updated": "2026-05-18T05:44:54-07:00",
  "page_type": "content",
  "content_hash": "7836945f24468705d4bd1871864fbb0afd87781387d5dadccfdbeb4e1ba18993",
  "sections": [
    {
      "id": "overview",
      "title": "Overview",
      "role": "overview",
      "text": "After you have [created your first Agent Memory service](https://redis.io/docs/latest/operate/rc/context-engine/agent-memory/create-service), selecting **Agent Memory** from the Redis Cloud Console menu will take you to the **Agent Memory Services** page.\n\nThis page displays a list of all Agent Memory services associated with your account.\n\n![images/rc/agent-memory-service-list.png](https://redis.io/docs/latest/images/rc/agent-memory-service-list.png)\n\nSelect your Agent Memory service from the list to view the service's details."
    },
    {
      "id": "configuration-tab",
      "title": "Configuration tab",
      "role": "configuration",
      "text": "The **Configuration** tab lets you view the details of your Agent Memory service. It contains the following sections:\n\n- The **General settings** section provides the connection details and general settings for your Agent Memory service.\n- The **Memory configuration** section provides the service settings for your Agent Memory service.\n- The **Actions** section lets you flush or delete your Agent Memory service.\n\nSome of these settings can be changed after service creation. To do so, select the **Edit** button."
    },
    {
      "id": "general-settings",
      "title": "General settings",
      "role": "content",
      "text": "The **General settings** section provides section provides the connection details and general settings for your Agent Memory service.\n\n![images/rc/agent-memory-view-general.png](https://redis.io/docs/latest/images/rc/agent-memory-view-general.png)\n\n| Setting name          |Description|\n|:----------------------|:----------|\n| **Service name** | The name of your agent memory service. _(Editable)_ |\n| **Database** | The name of the database your service uses. |\n| **Store ID** | The unique ID of your Agent Memory store. |\n| **Endpoint** | The base URL for any Agent Memory requests. |\n\nSelect the **Copy** button next to the Store ID and API Base URL to copy them to the clipboard.\n\nSee [use the Agent Memory API](https://redis.io/docs/latest/operate/rc/context-engine/agent-memory/use-agent-memory) for more information on how to use the connection information and API keys."
    },
    {
      "id": "memory-configuration",
      "title": "Memory configuration",
      "role": "content",
      "text": "The **Memory configuration** section shows the time-to-live (TTL) for memory storage.\n\n![images/rc/agent-memory-view-memory-configuration.png](https://redis.io/docs/latest/images/rc/agent-memory-view-memory-configuration.png)\n\n| Setting name          |Description|\n|:----------------------|:----------|\n| **Short-term TTL** | The time-to-live (TTL) of your agent's **short-term memory** (also known as **session memory**). _(Editable)_ |\n| **Long-term TTL** | The time-to-live (TTL) of your agent's **long-term memory**. _(Editable)_ |"
    },
    {
      "id": "actions",
      "title": "Actions",
      "role": "content",
      "text": "The **Actions** section lets you flush or delete your Agent Memory service.\n\n![images/rc/agent-memory-view-actions.png](https://redis.io/docs/latest/images/rc/agent-memory-view-actions.png)\n\n#### Flush memory entries\n\nFlushing the service completely erases all stored memory data while preserving the service configuration and the search index used by the service.\n\nTo flush the service:\n\n1. Select **Flush**.\n\n1. A confirmation dialog will appear. Select **Flush** again to confirm.\n\nFlushing the service is permanent and cannot be undone, and will result in empty memory retrieval results until new memory is stored.\n\n#### Delete service\n\nDeleting your Agent Memory service permanently deletes all associated memory data, the service configuration, and the Agent Memory search index. It also immediately terminates all API keys associated with the service. Data stored in other indexes within the same database will remain unaffected.\n\nTo delete your Agent Memory service:\n\n1. Select **Delete**.\n\n1. A confirmation dialog will appear. Select the checkbox to confirm that you want to delete the service.\n\n1. Select **Delete** again to confirm.\n\nDeleting the Agent Memory service is permanent and cannot be undone."
    },
    {
      "id": "metrics-tab",
      "title": "Metrics tab",
      "role": "content",
      "text": "The **Metrics** tab provides a series of graphs showing performance data for your Agent Memory service. \n\n| Metric | Description |\n|--------|-------------|\n| Short-term Memory Latency | The average time to process a Short-term memory (or Session memory) lookup request.  |\n| Long-term Memory Latency | The average time to process a Long-term memory lookup request. |"
    },
    {
      "id": "api-keys-tab",
      "title": "API keys tab",
      "role": "content",
      "text": "The **API keys** tab shows a list of all API keys for your service.\n\n![images/rc/agent-memory-view-api-keys.png](https://redis.io/docs/latest/images/rc/agent-memory-view-api-keys.png)\n\nHere, you can generate a new API key or remove any keys that are no longer in use. You can generate or remove service API keys at any time."
    },
    {
      "id": "generate-a-new-service-api-key-replace-service-api-key",
      "title": "Generate a new service API key {#replace-service-api-key}",
      "role": "content",
      "text": "To generate a new service key:\n\n1. Select **New API key**.\n\n    ![images/rc/agent-memory-new-api-key.png](https://redis.io/docs/latest/images/rc/agent-memory-new-api-key.png)\n\n1. Enter a new name for your API key.\n\n    ![images/rc/agent-memory-add-api-key.png](https://redis.io/docs/latest/images/rc/agent-memory-add-api-key.png)\n\n1. Select **Generate key** to generate your new API key.\n\n1. The new key will appear in a dialog box. Select **Copy** to copy the key to the clipboard.\n\n    ![images/rc/agent-memory-service-key.png](https://redis.io/docs/latest/images/rc/agent-memory-service-key.png)\n\n    \nThis is the only time the value of the user key is available. Save it to a secure location before closing the dialog box. <br/><br/>\n\nIf you lose the service key value, you will need to generate a new key again."
    },
    {
      "id": "delete-api-key",
      "title": "Delete API key",
      "role": "content",
      "text": "To delete an API key, select the **Delete API key** button next to the old key.\n\n![images/rc/icon-delete-lb.png](https://redis.io/docs/latest/images/rc/icon-delete-lb.png)"
    }
  ],
  "examples": []
}
