Skip to main content

signaloid-cli buckets delete

Delete an AWS S3 bucket configuration.

Synopsis

signaloid-cli buckets delete --bucket-id <id>

Options

OptionRequiredDescription
--bucket-id <id>YesBucket ID to delete

Description

Deletes a bucket configuration from Signaloid. This removes the bucket configuration only - it does not delete the actual cloud storage bucket or its contents from your cloud provider.

After deletion, the bucket will no longer be accessible from Signaloid tasks.

Examples

signaloid-cli buckets delete --bucket-id bucket_abc123

Notes

  • This operation only removes the Signaloid configuration, not the actual cloud bucket
  • Any tasks attempting to use a deleted bucket configuration will fail
  • Deleted bucket configurations cannot be recovered - you'll need to recreate them

Troubleshooting

Issue: Bucket not found error

  • Verify the bucket ID is correct using signaloid-cli buckets list
  • The bucket may have already been deleted

Issue: Permission denied

  • Ensure you have the necessary permissions to delete bucket configurations
  • Contact your organization administrator if needed

See Also