Skip to main content
PATCH
/
api
/
training-jobs
/
{id}
Update training job
curl --request PATCH \
  --url https://console.neuronsearchlab.com/api/training-jobs/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.neuronsearchlab.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Platform API key issued from Console > Platform API Keys. Format: nsl__.

Path Parameters

id
string
required

Body

application/json

The body is of type object.

Response

Updated

The response is of type object.