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

# cancel_plan

> Cancel the active paid subscription and return to the free plan

Cancels the user's active paid subscription, reverting the account to the free plan. Check the current plan with `get_plan` first; this is the counterpart to `upgrade_plan`.

## Parameters

This tool takes no parameters.

## Returns

A confirmation message with `status: "cancelled"`. The message comes from the API when available, so it reflects whether the cancellation is immediate or takes effect at the end of the billing period. Use `get_plan` to confirm the current plan and any effective end date.

## Example

```json theme={null}
{ "name": "cancel_plan", "arguments": {} }
```
