---
title: "Update browser profile"
method: PATCH
path: "/v1/browser_profiles/{profile_id}"
tags: ["Browser Profiles"]
---

# Update browser profile

`PATCH /v1/browser_profiles/{profile_id}`

Update a browser profile's name and/or description

## Path parameters

- `profile_id` string, required — The ID of the browser profile to update. browser_profile_id starts with `bp_`

## Headers

- `x-api-key` string, nullable — Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

## Request body

- UpdateBrowserProfileRequest
  - `name` string, nullable — New name for the browser profile
  - `description` string, nullable — New description for the browser profile

## Response `200`

Successfully updated browser profile

- BrowserProfile
  - `browser_profile_id` string, required
  - `organization_id` string, required
  - `name` string, required
  - `description` string, nullable
  - `source_browser_type` string, nullable
  - `created_at` string, date-time, required
  - `modified_at` string, date-time, required
  - `deleted_at` string, date-time, nullable

## Other responses

- `404` — Browser profile not found
- `409` — Browser profile name already exists
- `422` — Validation Error

## Changes

- **2026-05-28** `172f5de044f2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/skyvern-ai/apis/skyvern-api/changes/v1/browser_profiles/:profile_id/patch.md)

---

[API](https://skmtc.dev/skyvern-ai/apis/skyvern-api.md) · [All operations](https://skmtc.dev/skyvern-ai/apis/skyvern-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/skyvern-ai/skyvern-api/revisions/fdb894aa6708/schema)
