# Subscriptions

Remove Stripe subscriptions, added by [`vela enable subscriptions`](/enable/subscriptions).

### Syntax

```
$ vela disable subscriptions
```

### Options

- `-y, --yes` - Skip the confirmation prompt

### What it removes

The subscriptions collection, and every record in it:

```
stripe_subscriptions
```

The subscription webhook handlers and the `sync-stripe-subscriptions` workflow are removed, and the billing pages, nav and `(app)` layout are reverted to the state [`vela enable payments`](/enable/payments) left them in.

### What it leaves

- Payments stay enabled — run [`vela disable payments`](/disable/payments) to remove Stripe entirely
- Recurring prices in your Stripe dashboard — nothing is deleted at Stripe