---
title: Create
url: https://docs.vultr.com/reference/vultr-cli/database/quota/create
description: Creates resource quotas to limit storage, connections, or queries for a Vultr managed database instance
publish_date: 2025-09-14T03:04:12.490313Z
last_updated: 2025-11-07T17:43:37.445324Z
---

The `vultr-cli database quota create` command creates resource quota limits for a managed database instance, allowing you to control and restrict resource usage.

## Usage

```console
$ vultr-cli database quota create <Database ID> [flags]
```

## Flags
| Shorthand | Long Version | Description |
|-----------|--------------|-------------|
| - | --client-id | client ID for the new managed database quota |
| - | --consumer-byte-rate | consumer byte rate for the new managed database quota |
| - | --producer-byte-rate | producer byte rate factor for the new managed database quota |
| - | --request-percentage | CPU request percentage for the new managed database quota |
| - | --user | user for the new managed database quota |