buckets
Re-validate a bucket
Re-run the access check on a bucket and mark it active again.
A bucket moves to error when Mixedbread is refused access to it, and uploads and store creation are rejected until this probe (reachability + write/delete, with the stored credentials) passes. A failing probe leaves the status unchanged.
Args: bucket_id: The ID of the bucket to re-validate.
Returns: Bucket: The re-validated bucket. Credentials are never returned.
post/v1/buckets/{bucket_id}/validate
Path parameters
bucket_idstring uuid required
The ID of the bucket to re-validate
The ID of the bucket to re-validate
Response
The bucket, active again