table attribute drop

With the table attribute drop command, you can drop a custom attribute from your table.

General format of the command:

ydb [global options...] table attribute drop [options...] <table path>

Look up the description of the command to add a custom attribute:

ydb table attribute drop --help

Parameters of the subcommand

Name Description
--attributes The key of the custom attribute to be dropped. You can list multiple keys separated by a comma (,).

Examples

Drop the custom attributes with the keys attr_key1 and attr_key2 from the my-table table:

ydb table attribute drop --attributes attr_key1,attr_key2 my-table