neptunedata_execute_fast_reset function

The fast reset REST API lets you reset a Neptune graph quicky and easily, removing all of its data

The fast reset REST API lets you reset a Neptune graph quicky and easily, removing all of its data

The fast reset REST API lets you reset a Neptune graph quicky and easily, removing all of its data.

See https://www.paws-r-sdk.com/docs/neptunedata_execute_fast_reset/ for full documentation.

neptunedata_execute_fast_reset(action, token = NULL)

Arguments

  • action: [required] The fast reset action. One of the following values:

    • ‘initiateDatabaseReset’   –   This action generates a unique token needed to actually perform the fast reset.
    • ‘performDatabaseReset’   –   This action uses the token generated by the initiateDatabaseReset action to actually perform the fast reset.
  • token: The fast-reset token to initiate the reset.