The behaviour of StartPlugin RPC is defined as follows:
// StartPlugin starts the specified plugin identified by the name field // of the request. It should be started using the instance_name of the // request. If the plugin file named name does not exist, this // should return an error.
Can you please clarify the behaviour of startplugin RPC when
- Plugin with the same instance_name already exist and is in "disabled" state. Can we restart this plugin?
- Plugin with the same instance_name already exist and in "enabled" state.
The behaviour of StartPlugin RPC is defined as follows:
// StartPlugin starts the specified plugin identified by the name field // of the request. It should be started using the instance_name of the // request. If the plugin file namednamedoes not exist, this // should return an error.Can you please clarify the behaviour of startplugin RPC when