Rename Namespace
Renames a namespace of an index.
1 min read
posthttps://{endpoint}/rename-namespace
posthttps://{endpoint}/rename-namespace
Note
The default namespace, which is the empty string "", cannot be renamed.
Note
There should not be a namespace with the given new namespace name, unless the delete existing flag is passed.
Request#
The name of the namespace to rename.
The new name of the namespace.
When the delete existing flag is passed, if there exists a namespace with the new namespace name, it is deleted before the rename operation.
Default: "false"
Response#
Whether the namespace is renamed or not.