Skip to main content

deployment

Fetch a single deployment by its unique identifier.

Returns the full deployment record including status, timing, and the associated instance.

deployment(
organizationId: ID!
id: ID!
): Deployment

Arguments

deployment.organizationId ● ID! non-null scalar {#organization-id}

Your organization's unique identifier.

deployment.id ● ID! non-null scalar {#id}

The deployment's unique identifier.

Type

Deployment object

A record of an infrastructure provisioning operation.

Each deployment tracks a single action (PROVISION, DECOMMISSION, or PLAN) against an instance. Deployments are immutable once created — you cannot modify a deployment, only create new ones.

Use the status field to monitor progress and elapsed_time to track duration. The deployed_by field identifies the user or service account that initiated the operation.