---
title: "PATCH /2023-10-12/farms/{farmId}/storage-profiles/{storageProfileId}"
method: PATCH
path: "/2023-10-12/farms/{farmId}/storage-profiles/{storageProfileId}"
---

# PATCH /2023-10-12/farms/{farmId}/storage-profiles/{storageProfileId}

`PATCH /2023-10-12/farms/{farmId}/storage-profiles/{storageProfileId}`

Updates a storage profile.

## Path parameters

- `farmId` string, required
- `storageProfileId` string, required

## Headers

- `X-Amz-Client-Token` string

## Request body

- object
  - `displayName` string — <p>The display name of the storage profile to update.</p> <important> <p>This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.</p> </important>
  - `osFamily` 'WINDOWS' | 'LINUX' | 'MACOS' — The OS system to update.
  - `fileSystemLocationsToAdd` FileSystemLocation[] — The file system location names to add.
    - `name` string, required — The location name.
    - `path` string, required — The file path.
    - `type` 'SHARED' | 'LOCAL', required — The type of file.
  - `fileSystemLocationsToRemove` FileSystemLocation[] — The file system location names to remove.
    - `name` string, required — The location name.
    - `path` string, required — The file path.
    - `type` 'SHARED' | 'LOCAL', required — The type of file.

## Response `200`

Success

- UpdateStorageProfileResponse

## Other responses

- `480` — AccessDeniedException
- `481` — InternalServerErrorException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — ValidationException

---

[API](https://skmtc.net/aws/apis/deadline.md) · [All operations](https://skmtc.net/aws/apis/deadline/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/deadline/versions/259a7ebfefa8/schema)
