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
      • Network Template Rendering System
      • Render Service
      • Filter quick reference
      • Template expansion
        • GETHealthcheck
        • GETCurrent User Info
          • GETList Consumers
          • DELReset All Consumers
          • GETGet Consumer Info
          • DELReset Consumer
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
ServicesTemplate Rendering ServiceRender Service APIadmin

Reset All Consumers

||View as Markdown|
DELETE
https://host.com/v1/admin/consumers/reset-all
DELETE
/v1/admin/consumers/reset-all
$curl -X DELETE https://host.com/v1/admin/consumers/reset-all \
> -H "Content-Type: application/json" \
> -d '{}'
1[
2 {
3 "consumer_name": "order-processor",
4 "message": "Consumer successfully reset and will be recreated shortly.",
5 "status": "reset",
6 "stream": "orders-stream"
7 },
8 {
9 "consumer_name": "inventory-updater",
10 "message": "Consumer successfully reset and will be recreated shortly.",
11 "status": "reset",
12 "stream": "inventory-stream"
13 }
14]
Reset all consumers by deleting them. Consumers will be automatically recreated within seconds by the running services.
Previous

List Consumers

Next

Get Consumer Info

Response

Operation successful
consumer_namestring
messagestring
statusstring
streamstring

Errors

404
Not Found Error
500
Internal Server Error