Skip to main content
GET
Read the playground provisioning status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

clusterId
string<uuid>
required

Response

Successful response

cluster_id
string
required
phase
enum<string>
required
Available options:
pending,
provisioning,
agent_installing,
ready,
failed,
deprovisioning,
removed
expires_at
string<date-time>
required
status_message
string | null