Everywhere Inference
Update inference API key
This endpoint updates a specific API key for everywhere inference.
patch/cloud/v3/inference/{project_id}/api_keys/{api_key_name}
Path parameters
project_idinteger required
Project ID
Example:1
Project ID
api_key_namestring required
Api key name.
Example:aws-dev
Api key name.
Request body
Example request
{
"description": "This key is used for accessing the inference service."
}Response
OK
Example response
{
"created_at": "2023-10-01T12:00:00Z",
"deployment_names": [
"inference-1",
"inference-2"
],
"description": "This key is used for accessing the inference service.",
"expires_at": "2024-10-01T12:00:00Z",
"name": "my-api-key"
}