VMware Cloud Community
rkshyam
Contributor
Contributor

Is there a way to unregister plugin from VRO(Orchestrator control center) using REST API invocation?

Hi,

I am trying to unregister/uninstall the plugin from VRO(Orchestrator control center).

I tried from UI and did not get any option to uninstall plugin.

I found option to disable the plugin.

Is there a way to uninstall/unregister the plugin using REST API?

Thanks

shyam

0 Kudos
3 Replies
daphnissov
Immortal
Immortal

You can just remove the plug-in from the file system and cycle vco-server.

0 Kudos
rkshyam
Contributor
Contributor

Hi,

Thanks for response. Can you please provide detailed information on how can that be achieved.

I was in planning with API automation for plugin installation/uninstallation. Hence the query

thanks

shyam

0 Kudos
daphnissov
Immortal
Immortal

You can manually remove the DAR file from /usr/lib/vco/app-server/plugins/ and cycle the vco-server service. You may need to manually remove some artifacts from vRO like actions or workflows afterwards, but often times these are cleaned up. See also this KB.

0 Kudos