This command deletes a VAST database schema.
Usage
schema create --name SCHEMA --database-name DATABASE [--tenant-id TENANT]
Required Parameters
| Enter the name for the schema being deleted. |
| Enter the name of the database that contains the schema. |
Options
| Enter the ID of the tenant where the database resides If omitted, the default tenant is assumed. |
Example
This example shows deleting a schema named schema1 from database vastdb:
vcli: admin> schema delete --name schema1 --database_name vastdb