v1

latestOpenAPI 3.1.02026-07-2618690613.4 KB
Models

Reset cache

Reset the cache for the specified cache policy.

<Note> `cachePolicyName` values are not validated against existing policies. Verify that the values you provide are exact matches to policies in the model. </Note>
post/v1/models/{modelId}/cache_reset/{cachePolicyName}

Path parameters

modelIdstring uuid required

The ID of the model associated with the cache policy.

cachePolicyNamestring required

The name of the cache policy to reset.

Request body

resetAtstring date-time

An ISO-8601 date string that sets the time the cache should be reset (invalidated). When set, cache entries created between this value and the current time will still be considered valid. Cannot be a future date. Defaults to now.

Response

Cache reset successfully

successboolean

Indicates the request was successful.