v1

latestOpenAPI 3.1.02026-08-04151221521.2 KB
Namespaces

Retry Namespace Provisioning

Retry provisioning for a namespace that failed or is stuck.

post/namespaces/{namespace_id}/retry-provisioning

Path parameters

namespace_idstring required

Query parameters

forceboolean

Force retry even if status is PENDING (for stuck namespaces)

Force retry even if status is PENDING (for stuck namespaces)

Response

Successful Response

artifact_registrystring nullable

Artifact Registry repository name.

created_atstring date-time nullable

When the namespace was created.

created_bystring required

member_id of the creator.

errorstring nullable

Error message if provisioning failed.

error_stepstring nullable

Which provisioning step failed (e.g., 'create_gcs_bucket').

gcp_sa_emailstring nullable

GCP service account email.

gcs_bucketstring nullable

GCS bucket name.

idstring required

The unique identifier of the namespace.

k8s_namespacestring nullable

K8s namespace name.

namestring required

Human-readable name for the namespace.

owner_org_idstring required

WorkOS organization ID that owns this namespace.

registry_sa_emailstring nullable

Registry service account email for token generation.

slugstring required

URL-friendly unique identifier.

status'PENDING' | 'READY' | 'FAILED'

Status of namespace infrastructure provisioning.