cURL
curl --request PATCH \ --url https://control-plane.kubiya.ai/api/v1/projects/{project_id} \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "key": "<string>", "description": "<string>", "goals": "<string>", "settings": {}, "status": "<string>", "visibility": "<string>", "restrict_to_environment": true, "policy_ids": [ "<string>" ], "default_model": "<string>" }'
{ "id": "<string>", "organization_id": "<string>", "name": "<string>", "key": "<string>", "description": "<string>", "goals": "<string>", "settings": {}, "status": "<string>", "visibility": "<string>", "owner_id": "<string>", "owner_email": "<string>", "restrict_to_environment": false, "policy_ids": [], "default_model": "<string>", "created_at": "<string>", "updated_at": "<string>", "archived_at": "<string>", "agent_count": 0, "team_count": 0 }
Update a project
Successful Response
Was this page helpful?