bl run
Run a resource on blaxelSynopsis
Execute a Blaxel resource with custom input data. Different resource types behave differently when run:- agent: Send a single request (non-interactive, unlike ‘bl chat’) Returns agent response for the given input
- model: Make an inference request to an AI model Calls the model’s API endpoint with your data
- job: Start a job execution with batch input Processes multiple tasks defined in JSON batch file
- function/mcp: Invoke an MCP server function Calls a specific tool or method
- Remote (default): Runs against deployed resources in your workspace
- Local (—local): Runs against locally served resources (requires ‘bl serve’)
- Inline JSON with —data json-object
- From file with —file path/to/input.json
Examples
Options
Options inherited from parent commands
SEE ALSO
- bl - Blaxel CLI is a command line tool to interact with Blaxel APIs.
