ResetAgenticDBTenantApiKey
Resets the API key of an AgenticDB tenant.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
cn-hangzhou |
|
| DBClusterId |
string |
Yes |
pagc-bp1abcdef1234567 |
|
| TenantId |
string |
Yes |
t-4b83e0da66674951 |
|
| ApiKeyId |
string |
Yes |
ak-71304e39c7e841a1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
B2C3D4E5-F6A7-8901-BCDE-F12345678901 |
|
| TenantId |
string |
t-4b83e0da66674951 |
|
| TenantName |
string |
my-saas-app |
|
| ApiKeyId |
string |
ak-71304e39c7e841a1 |
|
| ApiKey |
string |
pagc_key_cGFnYy1icDFh...newSignature22ch |
|
| CreateTime |
string |
2026-06-10T14:00:00Z |
|
| ExpireTime |
string |
2027-01-01T00:00:00Z |
Examples
Success response
JSON format
{
"RequestId": "B2C3D4E5-F6A7-8901-BCDE-F12345678901",
"TenantId": "t-4b83e0da66674951",
"TenantName": "my-saas-app",
"ApiKeyId": "ak-71304e39c7e841a1",
"ApiKey": "pagc_key_cGFnYy1icDFh...newSignature22ch",
"CreateTime": "2026-06-10T14:00:00Z",
"ExpireTime": "2027-01-01T00:00:00Z"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.