---
title: "Update deployment settings"
method: PATCH
path: "/v1/deployment-settings/{userId}/{dseq}"
tags: ["Deployment Settings"]
---

# Update deployment settings

`PATCH /v1/deployment-settings/{userId}/{dseq}`

## Path parameters

- `userId` string, required — User ID
- `dseq` string, required — Deployment sequence number

## Request body

- object
  - `data` object, required
    - `autoTopUpEnabled` boolean — Whether auto top-up is enabled for this deployment
    - `runtimeLimitHours` integer, nullable — Runtime limit in hours, counted from lease start. On a deployment with no limit yet it may be at most 48. Extending an existing limit must raise it by at most 48 hours per request; send the new total rather than the increment. Lowering a limit is not supported. Send null to remove the limit and return the deployment to always-on funding.

## Response `200`

Deployment settings updated 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

## Other responses

- `400` — Invalid runtime limit change
- `404` — Deployment settings not found
- `409` — Runtime limit changed concurrently

## Changes

- **2026-08-24** `c1fa52080a36` — 6 info
  - added the new optional request property `data/runtimeLimitHours`
  - the request property `data/autoTopUpEnabled` became optional
  - added the non-success response with the status `400`
  - added the non-success response with the status `409`
  - …2 more

[Change history](https://skmtc.dev/akash-network/apis/akash-network-console-api/changes/v1/deployment-settings/:userId/:dseq/patch.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)
