---
title: "Create Generic Deployment"
method: POST
path: "/v1/accounts/{account_id}/genericDeployments"
tags: ["gateway.openapi_Gateway"]
---

# Create Generic Deployment

`POST /v1/accounts/{account_id}/genericDeployments`

## Path parameters

- `account_id` string, required

## Query parameters

- `genericDeploymentId` string
- `validateOnly` boolean

## Request body

- GatewayGenericDeployment
  - `name` string
  - `releaseValues` object, required
  - `placement` GatewayPlacement, required — The desired geographic region where the deployment must be placed. Exactly one field will be specified.
    - `region` 'REGION_UNSPECIFIED' | 'US_IOWA_1' | 'US_VIRGINIA_1' | 'US_VIRGINIA_2' | 'US_ILLINOIS_1' | 'AP_TOKYO_1' | 'EU_LONDON_1' | 'US_ARIZONA_1' | 'US_TEXAS_1' | 'US_ILLINOIS_2' | 'EU_FRANKFURT_1' | 'US_TEXAS_2' | 'EU_PARIS_1' | 'EU_HELSINKI_1' | 'US_NEVADA_1' | 'EU_ICELAND_1' | 'EU_ICELAND_2' | 'US_WASHINGTON_1' | 'US_WASHINGTON_2' | 'EU_ICELAND_DEV_1' | 'US_WASHINGTON_3' | 'US_ARIZONA_2' | 'AP_TOKYO_2' | 'US_CALIFORNIA_1' | 'US_MISSOURI_1' | 'US_UTAH_1' | 'US_TEXAS_3' | 'US_ARIZONA_3' | 'US_GEORGIA_1' | 'US_GEORGIA_2' | 'US_WASHINGTON_4' | 'US_GEORGIA_3' | 'NA_BRITISHCOLUMBIA_1' | 'US_GEORGIA_4' | 'EU_ICELAND_3' | 'US_OHIO_1' | 'US_NEWYORK_1' — - US_IOWA_1: GCP us-central1 (Iowa) - US_VIRGINIA_1: AWS us-east-1 (N. Virginia) - US_VIRGINIA_2: OCI us-ashburn-1 [HIDE_FROM_DOCS] - US_ILLINOIS_1: OCI us-chicago-1 - AP_TOKYO_1: OCI ap-tokyo-1 - EU_LONDON_1: OCI uk-london-1 [HIDE_FROM_DOCS] - US_ARIZONA_1: OCI us-phoenix-1 - US_TEXAS_1: Lambda us-south-3 (C. Texas) - US_ILLINOIS_2: Lambda us-midwest-1 (Illinois) - EU_FRANKFURT_1: OCI eu-frankfurt-1 - US_TEXAS_2: Lambda us-south-2 (N. Texas) - EU_PARIS_1: Nebius eu-west1 [HIDE_FROM_DOCS] - EU_HELSINKI_1: Nebius eu-north1 [HIDE_FROM_DOCS] - US_NEVADA_1: GCP us-west4 [HIDE_FROM_DOCS] - EU_ICELAND_1: Crusoe eu-iceland1 - EU_ICELAND_2: Crusoe eu-iceland1 (network1) - US_WASHINGTON_1: Voltage Park us-pyl-1 (Detach audio cluster from control_plane) - US_WASHINGTON_2: Voltage Park us-seattle-2 - EU_ICELAND_DEV_1: Crusoe eu-iceland1 (dev) [HIDE_FROM_DOCS] - US_WASHINGTON_3: Vultr Seattle 1 - US_ARIZONA_2: Azure westus3 (Anysphere BYOC) [HIDE_FROM_DOCS] - AP_TOKYO_2: AWS ap-northeast-1 - US_CALIFORNIA_1: AWS us-west-1 (N. California) - US_MISSOURI_1: Nebius us-central1 (Anysphere BYOC) [HIDE_FROM_DOCS] - US_UTAH_1: GCP us-west3 (Utah) - US_TEXAS_3: Crusoe us-southcentral1 [HIDE_FROM_DOCS] - US_ARIZONA_3: Coreweave us-west-04a-1 [HIDE_FROM_DOCS] - US_GEORGIA_1: DigitalOcean us-atl1 - US_GEORGIA_2: Vultr Atlanta 1 - US_WASHINGTON_4: Coreweave us-west-09b-1 - US_GEORGIA_3: Alicloud us-southeast-1 - NA_BRITISHCOLUMBIA_1: Fluidstack ca-west-1 - US_GEORGIA_4: DigitalOcean us-atl1 MI350X - EU_ICELAND_3: Crusoe eu-iceland1 (Anysphere BYOC) [HIDE_FROM_DOCS] - US_OHIO_1: Lambda us-midwest-2 (Ohio) - US_NEWYORK_1: DigitalOcean nyc2
    - `multiRegion` 'MULTI_REGION_UNSPECIFIED' | 'GLOBAL' | 'US' | 'EUROPE' | 'APAC'
    - `regions` GatewayRegion[]
  - `createTime` string, date-time — The creation time of the generic deployment.
  - `updateTime` string, date-time — The update time for the generic deployment.
  - `genericDeploymentType` string, required
  - `state` 'STATE_UNSPECIFIED' | 'CREATING' | 'READY' | 'FAILED' | 'UPDATING' | 'DELETING' | 'DELETED' — - CREATING: The deployment is still being created. - READY: The deployment is ready to be used. - FAILED: The deployment failed to be created. - UPDATING: There are in-progress updates happening with the deployment. - DELETING: The deployment is being deleted - DELETED: The deployment has been deleted.

## Response `200`

A successful response.

- GatewayGenericDeployment
  - `name` string
  - `releaseValues` object, required
  - `placement` GatewayPlacement, required — The desired geographic region where the deployment must be placed. Exactly one field will be specified.
    - `region` 'REGION_UNSPECIFIED' | 'US_IOWA_1' | 'US_VIRGINIA_1' | 'US_VIRGINIA_2' | 'US_ILLINOIS_1' | 'AP_TOKYO_1' | 'EU_LONDON_1' | 'US_ARIZONA_1' | 'US_TEXAS_1' | 'US_ILLINOIS_2' | 'EU_FRANKFURT_1' | 'US_TEXAS_2' | 'EU_PARIS_1' | 'EU_HELSINKI_1' | 'US_NEVADA_1' | 'EU_ICELAND_1' | 'EU_ICELAND_2' | 'US_WASHINGTON_1' | 'US_WASHINGTON_2' | 'EU_ICELAND_DEV_1' | 'US_WASHINGTON_3' | 'US_ARIZONA_2' | 'AP_TOKYO_2' | 'US_CALIFORNIA_1' | 'US_MISSOURI_1' | 'US_UTAH_1' | 'US_TEXAS_3' | 'US_ARIZONA_3' | 'US_GEORGIA_1' | 'US_GEORGIA_2' | 'US_WASHINGTON_4' | 'US_GEORGIA_3' | 'NA_BRITISHCOLUMBIA_1' | 'US_GEORGIA_4' | 'EU_ICELAND_3' | 'US_OHIO_1' | 'US_NEWYORK_1' — - US_IOWA_1: GCP us-central1 (Iowa) - US_VIRGINIA_1: AWS us-east-1 (N. Virginia) - US_VIRGINIA_2: OCI us-ashburn-1 [HIDE_FROM_DOCS] - US_ILLINOIS_1: OCI us-chicago-1 - AP_TOKYO_1: OCI ap-tokyo-1 - EU_LONDON_1: OCI uk-london-1 [HIDE_FROM_DOCS] - US_ARIZONA_1: OCI us-phoenix-1 - US_TEXAS_1: Lambda us-south-3 (C. Texas) - US_ILLINOIS_2: Lambda us-midwest-1 (Illinois) - EU_FRANKFURT_1: OCI eu-frankfurt-1 - US_TEXAS_2: Lambda us-south-2 (N. Texas) - EU_PARIS_1: Nebius eu-west1 [HIDE_FROM_DOCS] - EU_HELSINKI_1: Nebius eu-north1 [HIDE_FROM_DOCS] - US_NEVADA_1: GCP us-west4 [HIDE_FROM_DOCS] - EU_ICELAND_1: Crusoe eu-iceland1 - EU_ICELAND_2: Crusoe eu-iceland1 (network1) - US_WASHINGTON_1: Voltage Park us-pyl-1 (Detach audio cluster from control_plane) - US_WASHINGTON_2: Voltage Park us-seattle-2 - EU_ICELAND_DEV_1: Crusoe eu-iceland1 (dev) [HIDE_FROM_DOCS] - US_WASHINGTON_3: Vultr Seattle 1 - US_ARIZONA_2: Azure westus3 (Anysphere BYOC) [HIDE_FROM_DOCS] - AP_TOKYO_2: AWS ap-northeast-1 - US_CALIFORNIA_1: AWS us-west-1 (N. California) - US_MISSOURI_1: Nebius us-central1 (Anysphere BYOC) [HIDE_FROM_DOCS] - US_UTAH_1: GCP us-west3 (Utah) - US_TEXAS_3: Crusoe us-southcentral1 [HIDE_FROM_DOCS] - US_ARIZONA_3: Coreweave us-west-04a-1 [HIDE_FROM_DOCS] - US_GEORGIA_1: DigitalOcean us-atl1 - US_GEORGIA_2: Vultr Atlanta 1 - US_WASHINGTON_4: Coreweave us-west-09b-1 - US_GEORGIA_3: Alicloud us-southeast-1 - NA_BRITISHCOLUMBIA_1: Fluidstack ca-west-1 - US_GEORGIA_4: DigitalOcean us-atl1 MI350X - EU_ICELAND_3: Crusoe eu-iceland1 (Anysphere BYOC) [HIDE_FROM_DOCS] - US_OHIO_1: Lambda us-midwest-2 (Ohio) - US_NEWYORK_1: DigitalOcean nyc2
    - `multiRegion` 'MULTI_REGION_UNSPECIFIED' | 'GLOBAL' | 'US' | 'EUROPE' | 'APAC'
    - `regions` GatewayRegion[]
  - `createTime` string, date-time — The creation time of the generic deployment.
  - `updateTime` string, date-time — The update time for the generic deployment.
  - `genericDeploymentType` string, required
  - `state` 'STATE_UNSPECIFIED' | 'CREATING' | 'READY' | 'FAILED' | 'UPDATING' | 'DELETING' | 'DELETED' — - CREATING: The deployment is still being created. - READY: The deployment is ready to be used. - FAILED: The deployment failed to be created. - UPDATING: There are in-progress updates happening with the deployment. - DELETING: The deployment is being deleted - DELETED: The deployment has been deleted.

---

[API](https://skmtc.net/fw-ai-external/apis/gateway-rest-api.md) · [All operations](https://skmtc.net/fw-ai-external/apis/gateway-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fw-ai-external/gateway-rest-api/revisions/29a1e4db152c/schema)
