v4

latestOpenAPI 3.1.02026-08-01207318738.7 KB
Models

Reset cache for policy

post/api/v1/models/{modelId}/cache_reset/{policyName}

Path parameters

modelIdstring uuid required

Model UUID

Example:123e4567-e89b-12d3-a456-426614174000

Model UUID

policyNamestring required

Cache policy name

Example:daily_refresh

Cache policy name

Request body

resetAtstring

ISO-8601 timestamp for when to reset the cache

Example request

{
  "resetAt": "2024-01-15T12:00:00Z"
}

Response

Cache reset scheduled

successboolean required

Whether the operation succeeded