Still True?
← Back to the board
Data revalidation

Call revalidateTag with a single tag argument to invalidate cached data by tag.

officialNext.js docs (Pages Router and v13 to v14 era)confidence 40%current as of Oct 2024

The earlier API was revalidateTag(tag) with just the tag name. You called it in a Server Action or Route Handler after a mutation. Next.js 16 deprecated the single argument form in favor of passing a cacheLife profile. Existing single argument calls still run but warn.

Related claims