---
title: "List available clouds"
method: GET
path: "/tenants/{tenant_id}/clouds"
tags: ["Clouds"]
---

# List available clouds

`GET /tenants/{tenant_id}/clouds`

Returns the cloud providers (AWS, GCP) available for deployments in this tenant.

## Path parameters

- `tenant_id` integer, required

## Response `200`

Available clouds

- CloudInfo[]
  - `key` string, required
  - `name` string, required

## Other responses

- `403` — Insufficient permissions

---

[API](https://skmtc.net/laserdata/apis/laserdata-cloud-core-api.md) · [All operations](https://skmtc.net/laserdata/apis/laserdata-cloud-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laserdata/laserdata-cloud-core-api/revisions/db81a447bba9/schema)
