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
This API would take care of deleting the workflow setup which was created before. This API should also handle if at any point workflow setup gets blocked or didn't complete successfully, associated resources created until then would be deleted from OpenSearch.
What solution would you like?
DELETE _plugins/ai-flow?id=request-id
This API would delete specific workflow setup. We would need another API to delete multiple resources
Before deleting the resources, we need to check if there's any dependency on multiple resources and if the resource is safe to delete. This API should help to free up the space from OpenSearch created by the plugin.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
This API would take care of deleting the workflow setup which was created before. This API should also handle if at any point workflow setup gets blocked or didn't complete successfully, associated resources created until then would be deleted from OpenSearch.
What solution would you like?
DELETE _plugins/ai-flow?id=request-id
This API would delete specific workflow setup. We would need another API to delete multiple resources
Do you have any additional context?
Before deleting the resources, we need to check if there's any dependency on multiple resources and if the resource is safe to delete. This API should help to free up the space from OpenSearch created by the plugin.
The text was updated successfully, but these errors were encountered: