Modify a data source
This article provides a guide on how to modify data sources using an API call.
PATCH https://api.upsolver.com/inputs/DATA-SOURCE-IDToggle soft retention
Fields
Example
curl -X POST -H "content-type: application/json" -H
"Authorization: YOUR_TOKEN" \
-d '{
"clazz" : "ToggleSoftRetention",
"softRetention" : true
}' "https://api.upsolver.com/inputs/DATA-SOURCE-ID"Update retention
Fields
Example
Update end execution at
Fields
Example
Set ingestion environment
Fields
Example
Set compute environment
Fields
Example
Rename
Fields
Example
Update parallelism
Fields
Example
Update shard parallelism
Fields
Example
Update content type
Fields
Example
Update description
Fields
Example
Attach workspace
Fields
Example
Detach workspace
Fields
Example
Attach many workspaces
Fields
Example
Update connection
Fields
Example
Stop
Example
Update reporting tags
Fields
Example
Last updated
Was this helpful?