drop_interface¶
Type of operation: Metadata
Description¶
Removes one or more interface implementations from the current dataset.
See also interface.
Usage¶
drop_interface interface_name_1, interface_name_2, ...
| Argument | Type | Optional | Repeatable | Restrictions | 
|---|---|---|---|---|
| interface_name | string | no | yes | constant | 
Accelerable¶
drop_interface is always accelerable if the input is accelerable. A dataset that only uses accelerable verbs can be accelerated, making queries on the dataset respond faster.
Examples¶
drop_interface "log", "metric"
Removes the log and metric interfaces from the current dataset.