CANCEL LABEL

description

  1. NAME:
  2. cancel_label: cancel a transaction with label
  3. SYNOPSIS
  4. curl -u user:passwd -XPOST http://host:port/api/{db}/{label}/_cancel
  5. DESCRIPTION
  6. This is to cancel a transaction with specified label.
  7. RETURN VALUES
  8. Return a JSON format string:
  9. Status:
  10. Success: cancel succeed
  11. Others: cancel failed
  12. Message: Error message if cancel failed
  13. ERRORS

example

  1. 1. Cancel the transaction with label "testLabel" on database "testDb"
  2. curl -u root -XPOST http://host:port/api/testDb/testLabel/_cancel

keyword

  1. CANCELLABEL