regenerate_keys
Regenerate S3 access keys for Vultr Object Storage instances to enhance security by rotating credentials when needed.
Instructions
Regenerate the S3 access keys for an Object Storage instance.
Args: object_storage_id: The Object Storage ID or label (e.g., "my-storage", "backup-bucket", or UUID)
Returns: Object Storage information with new access keys
Input Schema
Name | Required | Description | Default |
---|---|---|---|
object_storage_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"object_storage_id": {
"title": "Object Storage Id",
"type": "string"
}
},
"required": [
"object_storage_id"
],
"type": "object"
}