Skip to content

Uninstall/uninitialized an extension #10088

@dblock

Description

@dblock

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    PluginsenhancementEnhancement or improvement to existing feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions