Simulation Personalities

Update Personality

patch/eval/simulation/personality/{id}

Path parameters

idstring uuid required

The unique identifier for the resource.

Request body

namestring

This is the name of the personality.

pathstring nullable

Optional folder path for organizing personalities. Supports up to 3 levels (e.g., "dept/feature/variant"). Set to null to remove from folder.

Response

idstring uuid required

This is the unique identifier for the personality.

orgIdstring uuid nullable required

This is the unique identifier for the organization this personality belongs to. If null, this is a Vapi-provided default personality available to all organizations.

createdAtstring date-time required

This is the ISO 8601 date-time string of when the personality was created.

updatedAtstring date-time required

This is the ISO 8601 date-time string of when the personality was last updated.

namestring required

This is the name of the personality (e.g., "Confused Carl", "Rude Rob").

pathstring nullable

Optional folder path for organizing personalities. Supports up to 3 levels (e.g., "dept/feature/variant"). Maps to GitOps resource folder structure.

Changes