Assistants
Update an assistant
The update_assistant
endpoint updates an existing assistant. You can modify the assistant’s instructions and metadata.
PATCH
/
assistant
/
assistants
/
{assistant_name}
Authorizations
Api-Key
string
headerrequiredPinecone API Key
Path Parameters
assistant_name
string
requiredThe name of the assistant to update.
Body
application/json
The configuration updates for the assistant.
instructions
string | null
Description or directive for the assistant to apply to all responses.
metadata
object | null
Response
200 - application/json
assistant_name
string
instructions
string
Description or directive for the assistant to apply to all responses.
metadata
object
Was this page helpful?