> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/billing/credits/enable-or-disable-flex-billing.md).

# Manage Flex Billing

Flex Billing controls are available on your workspace's [Plan & Billing page](https://app.roboflow.com/settings/plan). From there, you can enable or disable Flex Billing and set a spending cap.

## Enable Flex Billing

To enable Flex Billing, click "Enable" on the Flex Billing card in Plan & Billing settings. A confirmation dialog appears. Once confirmed, Flex Billing activates with a default cap of $100 per month ($1,200 per year for annual plans).

{% hint style="warning" %}
When Flex Billing is enabled, your payment method on file is automatically charged for any Flex Usage.
{% endhint %}

## Set a Flex Cap

The flex cap sets the maximum dollar amount your workspace can spend on Flex Usage per billing cycle. To set or change the cap:

1. Go to the Flex Billing card in [Plan & Billing settings](https://app.roboflow.com/settings/plan).
2. Enter a dollar amount in the cap input field (minimum $1).
3. Click the save button, press Enter, or click outside the field to save.

For annual plans, the cap applies to the yearly billing cycle.

### Remove the Flex Cap

To allow unlimited Flex Usage, click "Remove cap" on the Flex Billing card. A confirmation dialog warns that there will be no spending limit on Flex Usage.

{% hint style="danger" %}
Removing the flex cap means there is no limit on how much your workspace can spend on Flex Usage per billing cycle.
{% endhint %}

## Disable Flex Billing

To disable Flex Billing, click "Disable" on the Flex Billing card. A confirmation dialog warns that in-flight training jobs and deployments will stop once credits run out.

{% hint style="danger" %}
If you disable Flex Billing, workspace features that require credits will stop working once your included and prepaid credits are used.
{% endhint %}

## Flex Usage Alerts

The platform displays alerts based on your Flex Usage:

* When you reach 80% of your flex cap, a warning appears with your current usage percentage and options to raise the cap or [purchase Prepaid Credits](/billing/credits/purchase-prepaid-credits.md).
* When you reach your flex cap, a notice indicates that usage requiring additional credits will be blocked until the cap is raised or the billing cycle resets.
* When flex credits are actively being consumed, an informational notice recommends [purchasing Prepaid Credits](/billing/credits/purchase-prepaid-credits.md) for a lower per-credit rate.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/billing/credits/enable-or-disable-flex-billing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
