---
title: Retry bucket provisioning
description: Retries a failed provision using the same bucket id.
doc_version: 0.1.0-preview
last_updated: 2026-09-14
---

# Retry bucket provisioning

`POST /v1/workspaces/{workspaceId}/buckets/{bucketId}/retry-provisioning`

Retries a failed provision using the same bucket id.

## Authentication

Send `Authorization: Bearer <SPARK_API_KEY>`. Read the key from the
SPARK_API_KEY environment variable. Never print it.

## Path parameters

- `workspaceId` (string) — The workspace id.
- `bucketId` (string) — The storage bucket id.

## Example request

```bash
curl --request POST \
  --url "https://api.beta.graphon.ai/v1/workspaces/wspQ7WsH2Np5L/buckets/bktA1b2C3d4E5/retry-provisioning" \
  --header "Authorization: Bearer $SPARK_API_KEY"
```

## Sitemap

See the full [sitemap](/sitemap.md) for all pages.
