Skip to main content

DestroyEnvironmentInput

No description

input DestroyEnvironmentInput {
orgId: BigInt!
slug: String!
idempotencyKey: String
}

Fields

DestroyEnvironmentInput.orgId ● BigInt! non-null scalar

Organization id (BigInt) that owns the environment.

DestroyEnvironmentInput.slug ● String! non-null scalar

Slug of the environment to destroy (all cloud resources are torn down).

DestroyEnvironmentInput.idempotencyKey ● String scalar

Optional idempotency key. Recommended for retries: replaying with the same key and identical input returns the first result instead of re-applying; the same key with different input returns IDEMPOTENCY_CONFLICT. Keys expire after 24h.

Member Of

destroyEnvironment mutation