---
title: "Disable Auto Billing"
method: POST
path: "/v1/organizations/billing/disable-auto-billing"
tags: ["Organization Billing"]
---

# Disable Auto Billing

`POST /v1/organizations/billing/disable-auto-billing`

Disable automatic monthly billing.

Disables automatic billing but keeps payment method saved.
Organization can re-enable later or pay invoices manually.

**Requirements:**
- Admin permission

**Example:**
```python
response = await client.post("/v1/organizations/billing/disable-auto-billing")
```

## Response `200`

Successful Response

- AutoBillingToggleResponse — Response after toggling auto-billing.
  - `success` boolean — Whether the operation was successful
  - `auto_billing_enabled` boolean, required — New auto-billing status
  - `message` string, required — Human-readable message
  - `billing_period_start` string, date-time, nullable — Billing period start (if enabled)

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/mixpeek/apis/mixpeek-api.md) · [All operations](https://skmtc.net/mixpeek/apis/mixpeek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixpeek/mixpeek-api/versions/23e05292e326/schema)
