dosubot[bot] commented on issue #431: URL: https://github.com/apache/incubator-hugegraph-toolchain/issues/431#issuecomment-2449091904
<!-- Greeting --> @imbajin 你好!我是[Dosu](https://dosu.dev),一个可以帮助你解决问题、回答疑问,并且成为贡献者的机器人。在等待人类维护者的期间,我可以帮助你。 <!-- Answer --> I found a similar open issue regarding the inability to delete vertices and indexes on the HugeGraph Hubble website. The issue is still open and was last updated on October 31, 2024. The suggested solutions are: 1. **Asynchronous Deletion**: Index or label deletions are asynchronous tasks, meaning they are processed in the background after the initial request. You can monitor these tasks using the task API in the REST API to check their status. 2. **Using REST API**: Try using the REST API directly on a new machine to delete the vertex label. This can help determine if the issue is specific to the Hubble interface or a broader problem. For the error "Undefined index label," it might be related to the asynchronous nature of the deletion process. Ensure that the task has completed successfully by checking the task status through the task API <sup>[[1]](https://github.com/apache/incubator-hugegraph-toolchain/issues/431)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
