> ## Documentation Index
> Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Stop Charging

Sends a remote stop transaction command to the charger to end an active charging session.

<ParamField path="charger" type="string" required>
  The UUID of the charger.
</ParamField>

<ParamField body="transaction_id" type="integer">
  The ID of the transaction to stop. Must be 0 or greater. If not specified, the charger will stop the active transaction.
</ParamField>

## Response

<ResponseField name="status" type="string">
  The response status from the charger (e.g., `Accepted`, `Rejected`).
</ResponseField>
