Delete Scaleway Object Storage bucket
scaleway_s3_delete_bucketPermanently delete an empty Object Storage bucket. Requires explicit confirmation and fails if the bucket still contains objects.
Instructions
PERMANENTLY delete an empty Object Storage bucket. Requires confirm=true. Fails if the bucket still contains objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket | Yes | Bucket name, e.g. 'payments-backups'. | |
| region | No | Region to operate in. Defaults to the server's configured region (fr-par). | |
| confirm | Yes | Must be explicitly true. The bucket must already be empty - Scaleway (like AWS S3) refuses to delete a non-empty bucket; this tool does not delete objects for you. Deletion is immediate and irreversible, and frees the name for anyone to reuse. |