Update model
Storage - Models
Update model
Update a model by UUID
PUT
Update model
Documentation Index
Fetch the complete documentation index at: https://docs.getcargo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Model identifier.
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$Body
application/json
Request body schema.
Model name.
Model description.
Extractor identifier.
Model position in the canvas.
Model configuration.
Model schedule configuration.
- Schedule
- Schedule
Model unification configuration.
- Unification
- Unification
Folder identifier. Only compatible with nativeIntegration define extractors.
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$Response
Successful response
Updated model details.
- Model
- Model

