Cisco APIC Getting Started Guide, Release 6.2(x)

PDF

Remove a switch to maintenance mode using the REST API

Updated: January 12, 2026

Overview

Use this procedure to remove a switch to maintenance mode by sending a POST request to the specified API endpoint with the necessary parameters to decommission the node.

Procedure

Remove a switch to maintenance mode.

Example:

POST
                        https://<IP address>/api/node/mo/uni/fabric/outofsvc.xml
                        <fabricOOServicePol 
                        descr="" 
                        dn="" 
                        name="default" 
                        nameAlias="" 
                        ownerKey="" 
                        ownerTag="">
                        <fabricRsDecommissionNode 
                        debug="yes" 
                        dn="" 
                        removeFromController="no" 
                        tDn="topology/pod-1/node-102"/>
                        </fabricOOServicePol>