Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

eth_cancelBundle

Cancel a pending bundle by its replacement UUID. The bundle is removed from the pool and any pending built blocks containing it are invalidated.

Request

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "eth_cancelBundle",
  "params": [
    {
      "replacementUuid": "uuid-string"
    }
  ]
}

Parameters

ParameterRequiredDescription
replacementUuidYesThe UUID provided when the bundle was originally submitted via eth_sendBundle.