Actions
| Action | Description |
|---|---|
list | List all playgrounds in the organization |
create | Provision a new playground from an environment |
get | Get a playground by ID |
teardown | Tear down a playground and release its resources |
Parameters
list
No parameters.
create
| Parameter | Type | Required | Description |
|---|---|---|---|
environmentId | string | yes | Environment ID to provision from |
get
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | yes | Playground ID |
teardown
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | yes | Playground ID |