update_api_key
Stop new requests by deactivating an API key, or rename it for organization.
Instructions
Rename or deactivate an API key.
Renaming is cosmetic and does not require confirmation in itself, but the tool still respects the global confirm flag. Setting status='inactive' immediately stops the key from authenticating new requests — any running workloads using it will start failing. This server cannot reactivate keys; that must be done in the Console.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key_id | Yes | ||
| name | No | New display name (cosmetic) | |
| status | No | New status. 'inactive' deactivates the key; reactivation requires Console access. | |
| confirm | No | Must be true when changing status. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||