mc table namespace remove
The mc table namespace remove command deletes an Iceberg namespace from a warehouse on an AIStor cluster.
A namespace must be empty before it can be removed.
Remove all tables and views in the namespace before deleting it.
Parameters
ALIAS
Required
The alias of an AIStor cluster.
NAMESPACE
Required
The name of the namespace to delete.
WAREHOUSE
Required
The name of the warehouse containing the namespace.
Global flags
This command supports any of the global flags.
Examples
Delete a namespace
Use mc table namespace remove to delete a namespace:
mc table namespace remove ALIAS WAREHOUSE NAMESPACE
- Replace
ALIASwith the alias of the AIStor cluster. - Replace
WAREHOUSEwith the name of the warehouse. - Replace
NAMESPACEwith the name of the namespace to delete.