---
title: "Set satellite rate limit for a device"
method: PUT
path: "/api/satellite/rate-limits/{device_id}"
tags: ["satellite-rate-limits"]
---

# Set satellite rate limit for a device

`PUT /api/satellite/rate-limits/{device_id}`

Creates or updates rate limit configuration for a device.

## Path parameters

- `device_id` integer, required

## Request body

- object

## Response `200`

OK

- DatabaseSatelliteRateLimit
  - `burst_size` integer
  - `daily_limit` integer
  - `device_id` integer
  - `enabled` boolean
  - `monthly_limit` integer
  - `override_until` string
  - `refill_rate` number
  - `updated_at` string

## Other responses

- `400` — invalid request
- `404` — device not found

---

[API](https://skmtc.dev/cubeos-app/apis/meshsat-api.md) · [All operations](https://skmtc.dev/cubeos-app/apis/meshsat-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cubeos-app/meshsat-api/revisions/c019b6af96ea/schema)
