Hanzo
OpenapiAi

Validates the request, resolves efficient defaults, persists the job, and…

Validates the request, resolves efficient defaults, persists the job, and submits a real TrainJob CR. A submit failure (e.g.

POST /v1/ai/finetune/jobs

Addresshttps://api.hanzo.ai/v1/ai/finetune/jobs
MethodPOST
Operationpost_ai_finetune_jobs
AuthAuthorization: Bearer $HANZO_API_KEY

Validates the request, resolves efficient defaults, persists the job, and submits a real TrainJob CR. A submit failure (e.g. no cluster wired) is surfaced honestly: the job is saved with status "failed" + the reason, never faked.

Request

The document declares no body for POST /v1/ai/finetune/jobs. The handler is typed in cloud but its shape is not yet emitted, so the fields are not listed here — ask the MCP door's describe for post_ai_finetune_jobs, which answers from the running route.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


AI API · All Hanzo APIs · Interactive reference

How is this guide?

On this page