skypilot_validate
Validate a SkyPilot task configuration without launching it to catch errors early. Checks local file paths and server-side validity, returning success or failure.
Instructions
Validate a task configuration without launching it. Checks that file paths (workdir, file_mounts) exist locally and that the task specification is valid on the server side. Raises an error if validation fails, returns success message otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_yaml | Yes | ||
| workdir_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |