We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
The extensions feature lets me initialize an extension, but doesn't support removing it and currently requires a restart of OpenSearch.
Describe the solution you'd like
One of these:
curl -XPOST "localhost:9200/_extensions/uninitialize" -H "Content-Type:application/json" --data @samples/hello/hello.json curl -DELETE "localhost:9200/_extensions/_hello-world"
Additional context
Coming from opensearch-project/opensearch-sdk-py#43
The text was updated successfully, but these errors were encountered:
There is currently no way to uninstall an extension. The main blocker is #6395
See also opensearch-project/opensearch-sdk-java#356
There may be a way to “reconnect” to a previously installed extension as a workaround.
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
The extensions feature lets me initialize an extension, but doesn't support removing it and currently requires a restart of OpenSearch.
Describe the solution you'd like
One of these:
Additional context
Coming from opensearch-project/opensearch-sdk-py#43
The text was updated successfully, but these errors were encountered: