For the complete documentation index, see llms.txt. This page is also available as Markdown.

delete

Permanently delete a User's S3 key

Usage

ionosctl compute user s3key delete [flags]

Aliases

For user command:

[u]

For s3key command:

[k s3k]

For delete command:

[d]

Description

Permanently delete a specific S3 key of a User. Any client still configured with this key immediately loses access to Object Storage; there is no undo. To only pause a key, disable it with s3key update --s3key-active=false instead.

Required values to run command:

  • User Id

  • S3Key Id

Options

Examples

Last updated