Clusters
Update a Cluster
Update details of an existing cluster
PUT
/
clusters
/
{clusterId}
Headers
authorization
string
requiredPath Parameters
clusterId
string
requiredBody
application/json
name
string
description
string
additionalContext
object
Additional cluster context which is included in all runs
debug
boolean
Enable additional logging (Including prompts and results) for use by Inferable support
enableRunConfigs
boolean
enableKnowledgebase
boolean
Response
204 - application/json
The response is of type any
.
Was this page helpful?