Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Remove configuration parameters

POST/v1/private/agent-configs/blueprints/remove-keysRemove configuration parameters

Removes configuration parameters by creating a new blueprint that closes the specified keys. Returns 204 if no changes were needed (idempotent).

Request body

application/json
objectAgentConfigRemoveValues
keysarray of stringrequired

maxItems 250 · minItems 0 · uniqueItems true

Show child attributes

maxItems 250 · minItems 0 · uniqueItems true

project_idstring · uuid

Project ID. Either project_id or project_name must be provided

project_namestring

Project name. Either project_id or project_name must be provided

pattern (?s)^\s*(\S.*\S|\S)\s*$

Example request
{
  "keys": [
    "string"
  ],
  "project_id": "00000000-0000-0000-0000-000000000000",
  "project_name": "string"
}

Responses

201Created

Headers

Location
204No changes needed (no config or keys already removed)
401Unauthorizedapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
Documentation menu