Retrain Model
Endpoints
Retrain Model
Retrain an existing model with new data, creating a new version.
POST
Retrain Model
Reuses the same model configuration (type, label column, input columns) from the previous version. Provide exactly one ofDocumentation Index
Fetch the complete documentation index at: https://docs.woodwide.ai/llms.txt
Use this file to discover all available pages before exploring further.
dataset_version_id or dataset_id.
Returns a job_id for polling.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Request to retrain an existing model with new data.
Provide exactly one of dataset_id or dataset_version_id.
The model configuration (type, label column, etc.) is inherited from
the previous version.