---
title: influx bucket-schema
description: The influx bucket-schema command and its subcommands manage schemas of buckets in InfluxDB.
url: https://docs.influxdata.com/influxdb3/cloud-serverless/reference/cli/influx/bucket-schema/
estimated_tokens: 496
product: InfluxDB Cloud Serverless
version: cloud-serverless
---

# influx bucket-schema

-   influx CLI 2.1.0+

The `influx bucket-schema` command and its subcommands manage schemas for InfluxDB buckets.

## Usage

```
influx bucket-schema [flags]
influx bucket-schema [command]
```

## Subcommands

| Subcommand | Description |
| --- | --- |
| create | Create a bucket schema |
| list | List bucket schemas |
| update | Update a bucket schema |

## Flags

| Flag |  | Description |
| --- | --- | --- |
| -h | --help | Help for the bucket-schema command |

#### Related

-   [Manage buckets](/influxdb3/cloud-serverless/admin/buckets/)
-   [influx CLI—Provide required authentication credentials](/influxdb3/cloud-serverless/reference/cli/influx/#provide-required-authentication-credentials)
-   [influx CLI—Provide required authentication credentials](/influxdb3/cloud-serverless/reference/cli/influx/#provide-required-authentication-credentials)
