bl delete [flags]
bl delete -f ./my-resource.yaml # Or using stdin cat file.yaml | blaxel delete -f -
-f, --filename string containing the resource to delete. -h, --help help for delete -R, --recursive Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory.
-o, --output string Output format. One of: pretty,yaml,json,table --skip-version-warning Skip version warning -u, --utc Enable UTC timezone -v, --verbose Enable verbose output -w, --workspace string Specify the workspace name
Was this page helpful?