Skip to main content

Methods

List environments, if no environments are found, default environments are created and returned. Pagination is available based on query parameters

Parameters

typing.Optional[int]
Number of items per page
typing.Optional[int]
Number of items to skip

Returns

SyncPager[Environment, ListEnvironmentsResponse]
🔗 ListEnvironmentsResponseReturns a list of environment. If pagination parameters are provided, the response includes paginated data

Usage

Creates a new Environment or updates an existing Environment.

Parameters

EnvironmentManifest
required
🔗 EnvironmentManifestEnvironment Manifest
typing.Optional[bool]
Dry run

Returns

GetEnvironmentResponse
🔗 GetEnvironmentResponseReturns the created or updated Environment

Usage

Get Environment associated with the provided id.

Parameters

str
required
Environment id

Returns

GetEnvironmentResponse
🔗 GetEnvironmentResponseReturns the Environment associated with the provided id

Usage

Delete Environment associated with the provided id.

Parameters

str
required
Environment id

Returns

bool
Returns true if the Environment is deleted successfully

Usage