bl delete
Delete a resourceSynopsis
Delete Blaxel resources from your workspace. WARNING: Deletion is permanent and cannot be undone. Resources are immediately deactivated and removed along with their configurations. Two deletion modes:- By name: Use subcommands like ‘bl delete agent my-agent’
 - By file: Use ‘bl delete -f resource.yaml’ for declarative management
 
- Resource is immediately stopped and deactivated
 - Configuration and metadata are removed
 - Associated logs and metrics may be retained (check workspace policy)
 - Data volumes are NOT automatically deleted (use ‘bl delete volume’)
 
- Backup any important configuration or data
 - Check dependencies (other resources using this one)
 - Consider stopping instead of deleting for temporary disablement
 
Examples
Options
Options inherited from parent commands
SEE ALSO
- bl - Blaxel CLI is a command line tool to interact with Blaxel APIs.
 - bl delete agent - Delete agent
 - bl delete function - Delete function
 - bl delete integrationconnection - Delete integrationconnection
 - bl delete job - Delete job
 - bl delete model - Delete model
 - bl delete policy - Delete policy
 - bl delete sandbox - Delete sandbox
 - bl delete volume - Delete volume
 - bl delete volumetemplate - Delete volumetemplate
 
