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](/influxdb/version/reference/cli/influx/bucket-schema/create) | Create a bucket schema | | [list](/influxdb/version/reference/cli/influx/bucket-schema/list) | List bucket schemas | | [update](/influxdb/version/reference/cli/influx/bucket-schema/update) | Update a bucket schema | ## Flags | Flag | | Description | | :--- | :------- | :----------------------------------- | | `-h` | `--help` | Help for the `bucket-schema` command |