You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Clipper provides the following clipper_admin APIs in Python level, but I think that some additional APIs will have to be implemented to maintain Clipper cluster.
Add unlink_model_from_app, which unlinks specified model from specified application.
Add unregister_versioned_models, which unregisters versioned models from Clipper Internal (remove all related resources as like working threads and queues also).
Add unregister_application to keep consistency with others.
Mark delete_application deprecated, but must be redirected to unregister_application.
Current Clipper provides the following
clipper_adminAPIs in Python level, but I think that some additional APIs will have to be implemented to maintain Clipper cluster.unlink_model_from_app, which unlinks specified model from specified application.unregister_versioned_models, which unregisters versioned models from Clipper Internal (remove all related resources as like working threads and queues also).unregister_applicationto keep consistency with others.delete_applicationdeprecated, but must be redirected tounregister_application.