Invalid UUID Format

A valid UUID (v4 or other) is 32 hexadecimal characters in the form 8-4-4-4-12 with optional hyphens. Wrong length, non-hex characters, or bad structure cause validation errors.

Common causes

How to fix

FAQ

What is the correct UUID format?
8-4-4-4-12 hex digits, e.g. 550e8400-e29b-41d4-a716-446655440000. Lowercase or uppercase hex is fine.
Does UUID validation check version?
Format validators check structure; version/variant are in specific nibbles (e.g. v4 has version 4 in the 13th character).

Fix it now

Try in validator (prefill this example)

Related

All tools · Canonical