For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
    • NVIDIA Switch Infrastructure
    • I want to...
  • Quick Start
    • Start Here
    • Getting Started with Config Manager
    • TUI Wizard Reference
    • Configuration Samples
    • Interfaces
    • Local Development Quick Start
    • First Run Tour
  • Config Manager Overview
    • Config Manager Concepts
    • Getting Started with Nautobot
  • User Guides
    • New Site Bringup
    • Workflow Lifecycle
  • Deployment
    • Hosting Options
    • Network Topology Requirements
    • Firewall Ports
    • Airgapped Deployment
    • Troubleshooting
  • Services
      • Overview
      • Architecture
        • GETCurrent User Info
          • GETCheck cache service status
          • GETTest cache lookup for a device
          • GETList all devices
          • GETSearch devices by name with latest config info
          • DELPermanently delete all configs for a device
          • GETGet database statistics
NVIDIANVIDIA
Developer-friendly docs for your API
Privacy Policy | Your Privacy Choices | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2026, NVIDIA Corporation.

LogoLogo
ServicesConfig Store ServiceConfig Store APIadmin

Check cache service status

||View as Markdown|
GET
https://host.com/v1/admin/cache/status
GET
/v1/admin/cache/status
$curl https://host.com/v1/admin/cache/status \
> -H "Content-Type: application/json"
200Retrieved
1{
2 "enabled": true,
3 "cache_ttl": 3600,
4 "message": null,
5 "nautobot_connected": true,
6 "redis_connected": true
7}
Check if cache service is initialized and working.
Previous

Current User Info

Next

Test cache lookup for a device

Response

Successful Response
enabledboolean
Whether cache service is enabled
cache_ttlinteger or null
Cache TTL in seconds
messagestring or null
Status message if disabled
nautobot_connectedboolean or null
Whether Nautobot client is available
redis_connectedboolean or null
Whether Redis is connected