cURL
curl --request DELETE \ --url https://training-service-433968519479.us-central1.run.app/jobs/{job_id}
{ "job_id": "<string>", "deleted": true, "message": "<string>", "deleted_resources": [ "<string>" ] }
Delete a job and all associated GCS resources. This includes the job metadata, config file, adapter/merged model, and GGUF file if available.
Successful Response