tigergraph__drop_loading_job
Delete an existing loading job from the graph using its job name to stop or remove the data-loading process.
Instructions
Drop (delete) a loading job from the graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Connection profile name. Omit to use the active default profile. Use 'list_connections' to see available profiles. | |
| job_name | Yes | The name of the loading job to drop. | |
| graph_name | No | Name of the graph. If not provided, uses default connection. |