---
title: "POST /UpdateTableStorageOptimizer"
method: POST
path: "/UpdateTableStorageOptimizer"
---

# POST /UpdateTableStorageOptimizer

`POST /UpdateTableStorageOptimizer`

Updates the configuration of the storage optimizers for a table.

## Request body

- object
  - `CatalogId` string — The Catalog ID of the table.
  - `DatabaseName` string, required — Name of the database where the table is present.
  - `TableName` string, required — Name of the table for which to enable the storage optimizer.
  - `StorageOptimizerConfig` object, required — Name of the table for which to enable the storage optimizer.

## Response `200`

Success

- UpdateTableStorageOptimizerResponse
  - `Result` string — A response indicating the success of failure of the operation.

## Other responses

- `480` — EntityNotFoundException
- `481` — InvalidInputException
- `482` — AccessDeniedException
- `483` — InternalServiceException

---

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