skypilot_managed_job_launch
Launch a managed job with automatic recovery from spot preemptions and hardware failures. Accepts SkyPilot task YAML, targets worker pools, launches multiple copies, and returns a request_id.
Instructions
Launch a managed job with automatic recovery from spot preemptions and hardware failures. Accepts a SkyPilot task YAML string (single task or multi-document YAML for job groups with parallel execution). Set pool to target a specific worker pool. Set num_jobs to launch multiple copies of the same job. Returns a request_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| pool | No | ||
| num_jobs | No | ||
| task_yaml | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |