Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Turn off PITR for an Amazon Keyspaces table

Focus mode
Turn off PITR for an Amazon Keyspaces table - Amazon Keyspaces (for Apache Cassandra)

You can turn off PITR for an Amazon Keyspaces table at any time using the console, CQL, or the AWS CLI.

Important

Disabling PITR deletes your backup history immediately, even if you reenable PITR on the table within 35 days.

To learn how to restore a table, see Restore a table from backup to a specified point in time in Amazon Keyspaces.

Console
Disable PITR for a table using the console
  1. Sign in to the AWS Management Console, and open the Amazon Keyspaces console at https://console.aws.amazon.com/keyspaces/home.

  2. In the navigation pane, choose Tables and select the table you want to edit.

  3. On the Backups tab, choose Edit.

  4. In the Edit point-in-time recovery settings section, clear the Enable Point-in-time recovery check box.

  5. Choose Save changes.

Cassandra Query Language (CQL)
Disable PITR for a table using CQL
  • To disable PITR for an existing table, run the following CQL command.

    ALTER TABLE mykeyspace.mytable WITH custom_properties = {'point_in_time_recovery': {'status': 'disabled'}}
CLI
Disable PITR for a table using the AWS CLI
  • To disable PITR for an existing table, run the following AWS CLI command.

    aws keyspaces update-table --keyspace-name 'myKeyspace' --table-name 'myTable' --point-in-time-recovery 'status=DISABLED'
Disable PITR for a table using the console
  1. Sign in to the AWS Management Console, and open the Amazon Keyspaces console at https://console.aws.amazon.com/keyspaces/home.

  2. In the navigation pane, choose Tables and select the table you want to edit.

  3. On the Backups tab, choose Edit.

  4. In the Edit point-in-time recovery settings section, clear the Enable Point-in-time recovery check box.

  5. Choose Save changes.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.