Cancel Loader Job
neptunedata_cancel_loader_job | R Documentation |
Cancels a specified load job¶
Description¶
Cancels a specified load job. This is an HTTP DELETE
request. See
Neptune Loader Get-Status
API for more
information.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:CancelLoaderJob IAM action in that cluster..
Usage¶
neptunedata_cancel_loader_job(loadId)
Arguments¶
loadId |
[required] The ID of the load job to be deleted. |
Value¶
A list with the following syntax:
list(
status = "string"
)
Request syntax¶
svc$cancel_loader_job(
loadId = "string"
)