Skip to main content

list

List bundle requests or get details for a specific request.
Arguments
  • request-id (optional): Specific request ID to get detailed information
Options
  • --json: Output result in JSON format for programmatic parsing
  • --last: Show only the most recent request
Behavior
  • Without arguments: Lists 50 most recent bundle requests
  • With request ID: Shows detailed information for the specific request
  • With --last: Shows only the most recent request
  • Displays requests in a formatted table (unless --json is used)
  • JSON output available for both list and specific request queries
Examples
Request Statuses
  • New: The request is newly created
  • Uploading: The model files are being uploaded
  • Uploading Failed: The upload encountered an error
  • Processing: The bundle is being processed
  • Processing Failed: Processing failed
  • Completed: The request is successfully completed and ready for download
  • Cancelled: The request is cancelled by the user
  • Archived: The request is archived and no longer available for download; this happens automatically 5 days after completion
Error Cases
  • Not authenticated: Prompts to login first
  • Request ID not found: Shows not found error
  • Network issues: Shows connection error

cancel

Cancel a bundle request that is still processing.
Arguments
  • request-id (required): ID of the bundle request to cancel
Behavior
  • Sends a cancellation request to the LEAP platform
  • Updates the request status to β€œcancelled”
  • Cannot cancel requests that are already completed or archived
Examples
Error Cases
  • Request not found: Shows request not found error
  • Request already completed: Shows informational message
  • Not authenticated: Prompts to login first
  • Network issues: Shows connection error