---
title: "Get Stack Deployment Info"
method: GET
path: "/api/v1/stack-deployment/info"
tags: ["stacks"]
---

# Get Stack Deployment Info

`GET /api/v1/stack-deployment/info`

Get information about a stack deployment provider.

Args:
    provider: The stack deployment provider.

Returns:
    Information about the stack deployment provider.

## Query parameters

- `provider` 'aws' | 'gcp' | 'azure', required — All possible stack deployment providers.

## Response `200`

Successful Response

- StackDeploymentInfo — Information about a stack deployment.
  - `provider` 'aws' | 'gcp' | 'azure', required — All possible stack deployment providers.
  - `description` string, required — The description of the stack deployment.
  - `instructions` string, required — The instructions for deploying the stack.
  - `post_deploy_instructions` string, required — The instructions for post-deployment.
  - `integrations` string[], required — The list of ZenML integrations that need to be installed for the stack to be usable.
  - `permissions` object, required — The permissions granted to ZenML to access the cloud resources, as a dictionary grouping permissions by resource.
  - `locations` object, required — The locations where the stack can be deployed, as a dictionary mapping location names to descriptions.
  - `skypilot_default_regions` object, required — The locations where the Skypilot clusters can be deployed by default, as a dictionary mapping location names to descriptions.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Validation Error

---

[API](https://skmtc.net/zenml-io/apis/zenml-2.md) · [All operations](https://skmtc.net/zenml-io/apis/zenml-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenml-io/zenml-2/versions/febb01b8bce3/schema)
