vor delete factors
vor delete factors¶
Delete one or more factors
Synopsis¶
Delete one or more factors by selecting them with exact names or filters.
This command deletes risk factors. You can either specify multiple exact factor names to delete, or use filters to select a list of factors for deletion. A preview of all factors to be deleted (including dependencies) is shown before asking for confirmation.
vor delete factors [flags]
Examples¶
# Delete a single factor by its exact name
vor delete factors --name "MyFactor"
# Delete multiple factors by their exact names
vor delete factors -n "MyFactor","AnotherFactor"
# Select all factors with "test" in the name for deletion
vor delete factors --name-like test
Options¶
-y, --force Skip confirmation prompts and automatically include dependent factors
-h, --help help for factors
-n, --name strings Select factors for deletion by exact name. Can be specified multiple times.
--name-like string Filter factors by name containing a substring (case-insensitive)
-t, --token string VOR Stream token to use when making API call
--type strings Filter factors by type (Factor, FX, Volatility). Can be specified multiple times.
Options inherited from parent commands¶
--play string playpen path
--renew-token renew token (default true)
SEE ALSO¶
- vor delete - Delete an object, i.e. playpen, process