---
title: "Create deployment settings"
method: POST
path: "/v1/deployment-settings"
tags: ["Deployment Settings"]
---

# Create deployment settings

`POST /v1/deployment-settings`

## Request body

- object
  - `data` object, required
    - `userId` string, required — User ID
    - `dseq` string, required — Deployment sequence number
    - `autoTopUpEnabled` boolean — Whether auto top-up is enabled for this deployment

## Response `201`

Deployment settings created successfully

- object
  - `data` object, required
    - `id` string, uuid, required
    - `userId` string, required
    - `dseq` string, required
    - `autoTopUpEnabled` boolean, required
    - `estimatedTopUpAmount` number, required
    - `topUpFrequencyMs` number, required
    - `runtimeLimitHours` integer, nullable, required — Runtime limit in hours chosen at deployment creation, or null for always-on funding
    - `runtimeEndsAt` string, date-time, nullable, required — When the runtime limit is reached, anchored at lease start; null until the lease starts or when no limit is set
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required

## Changes

- **2026-08-24** `c1fa52080a36` — 2 info
  - added the required property `data/runtimeEndsAt` to the response with the `201` status
  - added the required property `data/runtimeLimitHours` to the response with the `201` status

[Change history](https://skmtc.dev/akash-network/apis/akash-network-console-api/changes/v1/deployment-settings/post.md)

---

[API](https://skmtc.dev/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.dev/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/revisions/77a0df47eb74/schema)
