Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Removing the Authorization Server can be done with the mzsh mzadmin/dr topo unset command.

Run the following command to remove a single instance of the Authorization Server service.

Code Block
mzsh mzadmin/dr topo unset topo://services:<standard/custom>/obj:<service>.<service-instance-name>

...

Info
titleExample - Removing one instance of Authorization Server


Code Block
mzsh mzadmin/dr topo unset topo://services:custom/obj:oauth2.oauth2-instance


...

If you have multiple Authorization Server instances, you can remove them all at once with the following command

Code Block
mzsh mzadmin/dr topo unset topo://services:<standard/custom>/obj:<service>

...

Info
titleExample - Removing all instances of Authorization Server


Code Block
mzsh mzadmin/dr topo unset topo://services:custom/obj:oauth2


...