v3

latestOpenAPI 3.1.2Apache 2.02026-07-31231237972.0 KB
Users/Usage

Update limits

Updates the account's limits manageable on your account's Limits page. Specifically the: maxMonthlyUsageUsd and dataRetentionDays limits (see request body schema for more details).

put/v2/users/me/limits

Request body

maxMonthlyUsageUsdnumber

If your platform usage in the billing period exceeds the prepaid usage, you will be charged extra. Setting this property you can update your hard limit on monthly platform usage to prevent accidental overage or to limit the extra charges.

dataRetentionDaysinteger

Apify securely stores your ten most recent Actor runs indefinitely, ensuring they are always accessible. Unnamed storages and other Actor runs are automatically deleted after the retention period. If you're subscribed, you can change it to keep data for longer or to limit your usage. Lear more.

Example request

{
  "maxMonthlyUsageUsd": 300,
  "dataRetentionDays": 90
}

Response

object required