v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
AI Gateway Vaults

Update an AI Gateway Vault

Pre-release Endpoint This endpoint is currently in beta and is subject to change.

Updates the configuration of an existing AI Gateway vault.

put/v1/ai-gateways/{gatewayId}/vaults/{vaultIdOrName}

Request body

OR
OR
OR
OR
OR
OR

Example request

{
  "name": "my-entity-name",
  "description": "This vault is used to retrieve redis database access credentials",
  "labels": {
    "category": "finance"
  },
  "managed_by": {
    "owner": "terraform"
  },
  "config": {
    "config_store_id": "77426bee-2bca-4005-81af-284868fd3038"
  }
}

Response

Vault updated successfully.

OR
OR
OR
OR
OR
OR

Example response

{
  "id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
  "created_at": "2022-11-04T20:10:06.927Z",
  "updated_at": "2022-11-04T20:10:06.927Z",
  "name": "my-entity-name",
  "description": "This vault is used to retrieve redis database access credentials",
  "labels": {
    "category": "finance"
  },
  "managed_by": {
    "owner": "terraform"
  },
  "config": {
    "config_store_id": "77426bee-2bca-4005-81af-284868fd3038"
  }
}