11-06-2023 09:20 PM
Hi Team,
We have created the Tenant in ACI from APIC GUI, we also have created below items inside the Tenant:
1. contract
2. vrf
3. l3out (BGP)
4. bridge-domain
We want to delete the Tenant from APIC CLI, can you please help me with the steps and commands?
Solved! Go to Solution.
11-14-2023 07:42 PM
hey @rajangahlout!
This is just based on my research. Hope some other experts can chime in!
Login into your APIC CLI.
Get the Tenant's DN (Distinguished Name) using the following command:
apic1# moquery -c fvTenant -f 'fv.Tenant.name=="your-tenant-name"'
Replace "your-tenant-name" with the name of your tenant. This command will return the Tenant's DN.
Make sure to back up your tenant. This operation is irreversible and once deleted, you cannot recover the data.
11-14-2023 07:42 PM
hey @rajangahlout!
This is just based on my research. Hope some other experts can chime in!
Login into your APIC CLI.
Get the Tenant's DN (Distinguished Name) using the following command:
apic1# moquery -c fvTenant -f 'fv.Tenant.name=="your-tenant-name"'
Replace "your-tenant-name" with the name of your tenant. This command will return the Tenant's DN.
Make sure to back up your tenant. This operation is irreversible and once deleted, you cannot recover the data.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide