检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Deleting Filtered Vertices (2.2.7) Function This API is used to delete the vertex sets that meet the filter criteria. Table 1 URI parameters Parameter Mandatory Type Description project_id Yes String Project ID.
For details about how to obtain the project ID, see Obtaining a Project ID. graph_name Yes String Graph name Example Request Delete edges in batches.
to ignore errors, for example, the vertices you want to delete does not exist.
Deleting Metadata (1.0.2) Function This API is used to delete the metadata. URI DELETE /v1.0/{project_id}/graphs/metadatas/{metadata_id} Table 1 URI parameters Parameter Mandatory Type Description project_id Yes String Project ID.
Deleting Vertices and Edges by Files (2.2.15) Function This API is used to delete vertices and edges by reading the files. URI POST /ges/v1.0/{project_id}/graphs/{graph_name}/action?
Example Request Delete a graph.
Deleting a Graph (1.0.0) Function This API is used to delete a graph. URI DELETE /v1.0/{project_id}/graphs/{graph_id} Table 1 URI parameters Parameter Mandatory Type Description project_id Yes String Project ID.
Deleting a Label (2.2.18) Function This API is used to delete a label as well as the vertices and edges associated with the label.
Deleting a Vertex (1.0.6) Function This API is used to delete a vertex. URI DELETE /ges/v1.0/{project_id}/graphs/{graph_name}/vertices/{vertex_id} Table 1 URI parameters Parameter Mandatory Type Description project_id Yes String Project ID.
Deleting an Index (1.1.6) Function This API is used to delete an index based on the specified indexName. URI DELETE /ges/v1.0/{project_id}/graphs/{graph_name}/indices/{index_name} Table 1 URI parameters Parameter Mandatory Type Description project_id Yes String Project ID.
To ensure successful data recovery during system restarts, do not delete any graph data stored in OBS while using the graph. The size of a single file in the import directory or the size of a single file to be imported cannot exceed 5 GB. Or the import will fail.
To prevent failures in restoring the imported graph data during system restarting, do not delete the data stored on OBS when the graph is in use.
Asynchronous APIs that are used to create, stop, start, delete, and import graphs will return job IDs after commands are sent. You can query the job execution status according to the job IDs.
Example Request Delete vertices in batches by vertex ID. The IDs of the vertices to delete are Vivian and 46. POST http://{SERVER_URL}/ges/v1.0/{project_id}/graphs/{graph_name}/vertices/action?
In the backup list, select your desired backup and click Delete in the Operation column. In the dialog box that appears, enter DELETE (or click Auto Enter) and click Yes. Deleted data cannot be recovered. Exercise caution when performing this operation.
Deleting an Index Function This API is used to delete an index based on the specified indexName. URI DELETE /ges/v1.0/{project_id}/graphs/{graph_name}/indices/{indexName} Table 1 URI parameters Parameter Mandatory Type Description project_id Yes String Project ID.
In the Delete Graph dialog box displayed, determine: Whether to delete the public IP address. If no EIPs are bound, this option is unavailable. EIPs that are not selected will continue to incur fees. If you do not select the EIPs, the EIPs are retained by default.
Deleting a Graph URI DELETE /ges/v1.0/{project_id}/graphs/{graph_name} Table 1 URI parameters Parameter Mandatory Type Description project_id Yes String Project ID.
Deleting a HyG Graph Function This API is used to delete a HyG graph. URI DELETE /ges/v1.0/{project_id}/hyg/{graph_name} Table 1 URI parameters Parameter Mandatory Type Description project_id Yes String Project ID.
In addition, if you delete data by mistake using Gremlin or Cypher commands, you can clear the broken data and import the correct data again. This operation will clear all vertex and edge data of the graph. Exercise caution when performing this operation.