start_job
Launch asset or sensor commands as bounded background jobs with configurable deadlines and idempotency keys, enabling unified job tracking and cancellation.
Instructions
Start an eligible asset or sensor command as a bounded background job.
Motion and SDG starts retain their typed tools; their returned IDs can still be queried and cancelled through the unified job tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| command_id | No | ||
| deadline_ms | No | ||
| command_type | Yes | ||
| idempotency_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |