update_access_key
Update an existing access key by specifying project and key IDs, optionally changing its name, type, login, password, or private key. Override secret to force update stored credentials.
Instructions
Update an existing access key.
Args: project_id: ID of the project key_id: ID of the access key name: New access key name (optional) key_type: New key type (optional) login: Username for ssh or login_password keys (optional) password: Password for login_password keys (optional) private_key: Private key for ssh keys (optional) override_secret: Force updating stored secret material (optional)
Returns: Empty dict on success
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| login | No | ||
| key_id | Yes | ||
| key_type | No | ||
| password | No | ||
| project_id | Yes | ||
| private_key | No | ||
| override_secret | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||