18 lines
508 B
YAML
18 lines
508 B
YAML
- release_tracks: [GA, BETA, ALPHA]
|
|
help_text:
|
|
brief: Delete a Cloud Bigtable table.
|
|
description: Delete a Cloud Bigtable table.
|
|
examples: |
|
|
To delete the table `my-table` in instance `my-instance`, run:
|
|
|
|
$ {command} my-table --instance=my-instance
|
|
|
|
request:
|
|
collection: bigtableadmin.projects.instances.tables
|
|
method: delete
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: Cloud Bigtable table to delete.
|
|
spec: !REF googlecloudsdk.command_lib.bigtable.resources:table
|