Contents:
uninstall_app(name: str)
卸载一个应用。
name (str) - 要卸载的应用的名字。
当要卸载的应用没有注册过时:
NgxError("The app '{}' is not found")
(args[0]=要卸载的应用的名字)
无(None)
None
详见