---
title: "Topup Session"
method: POST
path: "/api/luria/sessions/{lease_id}/topup"
tags: ["luria"]
---

# Topup Session

`POST /api/luria/sessions/{lease_id}/topup`

Raise a paused lease's ceiling and let the run continue.

Declining to top up costs the user nothing beyond what is already spent:
the pause happens with the work checkpointed, so ending here keeps every
result. That is what makes this a guardrail rather than a ransom note.

## Path parameters

- `lease_id` integer, required

## Headers

- `authorization` string, nullable

## Request body

- TopUpIn
  - `credits` integer, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/a00b94573ffe/schema)
