model delete
Usage​
tecton model delete [OPTIONS]
Description​
Delete a model.
Options​
Flag | Description |
---|---|
-n, --n TEXT | Model name |
--id TEXT | Model Id |
-h, --help | Get help |
Examples​
Delete by name:
tecton model delete -n "my_model"
Delete by ID:
tecton model delete --id "123456"