---
title: "PATCH /sequencestore/{id}"
method: PATCH
path: "/sequencestore/{id}"
---

# PATCH /sequencestore/{id}

`PATCH /sequencestore/{id}`

Update one or more parameters for the sequence store.

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string — A name for the sequence store.
  - `description` string — A description for the sequence store.
  - `clientToken` string — To ensure that requests don't run multiple times, specify a unique token for each request.
  - `fallbackLocation` string — The S3 URI of a bucket and folder to store Read Sets that fail to upload.
  - `propagatedSetLevelTags` TagKey[] — The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
  - `s3AccessConfig` object — S3 access configuration parameters.
    - `accessLogLocation` string — Location of the access logs.

## Response `200`

Success

- UpdateSequenceStoreResponse
  - `id` string, required — The ID of the sequence store.
  - `arn` string, required — The ARN of the sequence store.
  - `name` string — The name of the sequence store.
  - `description` string — Description of the sequence store.
  - `sseConfig` SseConfig — Server-side encryption (SSE) settings for a store.
    - `type` 'KMS', required — The encryption type.
    - `keyArn` string — An encryption key ARN.
  - `creationTime` string, date-time, required — The time when the store was created.
  - `updateTime` string, date-time — The last-updated time of the Sequence Store.
  - `propagatedSetLevelTags` TagKey[] — The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
  - `status` 'CREATING' | 'ACTIVE' | 'UPDATING' | 'DELETING' | 'FAILED' — The status of the sequence store.
  - `statusMessage` string — The status message of the sequence store.
  - `fallbackLocation` string — The S3 URI of a bucket and folder to store Read Sets that fail to upload.
  - `s3Access` SequenceStoreS3Access — The S3 access metadata of the sequence store.
    - `s3Uri` string — The S3 URI of the sequence store.
    - `s3AccessPointArn` string — This is ARN of the access point associated with the S3 bucket storing read sets.
    - `accessLogLocation` string — Location of the access logs.
  - `eTagAlgorithmFamily` 'MD5up' | 'SHA256up' | 'SHA512up' — The ETag algorithm family to use on ingested read sets.

## Other responses

- `480` — InternalServerException
- `481` — ThrottlingException
- `482` — ValidationException
- `483` — ConflictException
- `484` — ResourceNotFoundException
- `485` — AccessDeniedException
- `486` — RequestTimeoutException

---

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